0
Fork 0
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:
Nazar Gargol 2020-06-10 14:40:33 +12:00
parent 9348134afe
commit c8351720b1

View file

@ -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'),