django-payments icon indicating copy to clipboard operation
django-payments copied to clipboard

BUG: Stripe V3 - 'Payment' object has no attribute 'billing_last_nane'

Open TadasPik opened this issue 2 years ago • 1 comments

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 :)

TadasPik avatar Oct 13 '23 08:10 TadasPik

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

WhyNotHugo avatar Oct 13 '23 09:10 WhyNotHugo