set default_payment_method
This commit is contained in:
parent
e7462289f6
commit
36505db5a2
3 changed files with 7 additions and 2 deletions
|
|
@ -980,6 +980,7 @@ class OrderConfirmationView(DetailView, FormView):
|
|||
discount['stripe_coupon_id']
|
||||
else ""),
|
||||
tax_rates=[stripe_tax_rate.tax_rate_id] if stripe_tax_rate else [],
|
||||
default_payment_method=request.session['id_payment_method']
|
||||
)
|
||||
stripe_subscription_obj = subscription_result.get('response_object')
|
||||
logger.debug(stripe_subscription_obj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue