mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Removed levtover code
refs 81fc5f8eda
- Comment was left here unintentionally
This commit is contained in:
parent
9348134afe
commit
c8351720b1
1 changed files with 0 additions and 1 deletions
|
@ -190,7 +190,6 @@ const members = {
|
|||
const member = model.toJSON(frame.options);
|
||||
|
||||
if (frame.data.members[0].stripe_customer_id) {
|
||||
// let stripeEnabled = membersSubscriptionSettings && !!(membersSubscriptionSettings.paymentProcessors[0].config.secret_token) && !!(membersSubscriptionSettings.paymentProcessors[0].config.public_token);
|
||||
if (!membersService.config.isStripeConnected()) {
|
||||
throw new errors.ValidationError({
|
||||
message: i18n.t('errors.api.members.stripeNotConnected.message'),
|
||||
|
|
Loading…
Add table
Reference in a new issue