Skip to content

Commit

Permalink
Typo providers.py
Browse files Browse the repository at this point in the history
Issues #377  and #378
  • Loading branch information
mariofix authored and WhyNotHugo committed Dec 25, 2023
1 parent e6dccb5 commit a43abea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payments/stripe/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def create_session(self, payment):
{
"customer_data": {
"customer_name": "{} {}".format(
payment.billing_first_name, payment.billing_last_nane
payment.billing_first_name, payment.billing_last_name
)
}
}
Expand Down

0 comments on commit a43abea

Please sign in to comment.