django-payments
django-payments copied to clipboard
BUG: Stripe V3 - 'Payment' object has no attribute 'billing_last_nane'
There is a typo in source code - billing_last_nane,
Location: site-packages/payments/stripe/providers.py, line 134, in create_session
Thus, stripe V3 will not work properly.
Please, Fix :)
I think that we need test that cover this specific branch, since this seems intimately related to https://github.com/jazzband/django-payments/issues/378