Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux authored and WhyNotHugo committed Jun 13, 2024
1 parent d90d8b1 commit e6a16fd
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 @@ -131,7 +131,7 @@ def create_session(self, payment):
session_data.update(
{
"metadata": {
"customer_name": f"{payment.billing_first_name} "
"customer_name": f"{payment.billing_first_name} "
f"{payment.billing_last_name}"
}
}
Expand Down

0 comments on commit e6a16fd

Please # to comment.