Skip to content

Commit

Permalink
refactor(app): revert mixins/payments.js to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMagpie committed Nov 27, 2024
1 parent 8960ad0 commit bfd0f19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/client/src/mixins/payments.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ export default {
group = config.group;
}

// eslint-disable-next-line
let paymentMethod = group
? group.purchased.plan.paymentMethod
: this.user.purchased.plan.paymentMethod;
Expand Down Expand Up @@ -398,4 +397,4 @@ export default {
this.redirectToStripe(paymentData);
},
},
};
};

Check failure on line 400 in website/client/src/mixins/payments.js

View workflow job for this annotation

GitHub Actions / production-build (21.x)

Newline required at end of file but not found

Check failure on line 400 in website/client/src/mixins/payments.js

View workflow job for this annotation

GitHub Actions / production-build (21.x)

Newline required at end of file but not found

0 comments on commit bfd0f19

Please sign in to comment.