Code rearrange
This commit is contained in:
parent
ef9dc446db
commit
692f82cba4
1 changed files with 1 additions and 2 deletions
|
@ -627,8 +627,7 @@ class SettingsView(LoginRequiredMixin, FormView):
|
|||
card_id=card_details_response['card_id']
|
||||
)
|
||||
stripe_utils.associate_customer_card(
|
||||
request.user.stripecustomer.stripe_id,
|
||||
token
|
||||
request.user.stripecustomer.stripe_id, token
|
||||
)
|
||||
msg = _(
|
||||
"Successfully associated the card with your account"
|
||||
|
|
Loading…
Reference in a new issue