Skip to content

Commit

Permalink
fix: remove debug print statement in Stripe Klarna payment method
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 2, 2025
1 parent e283a74 commit cd770b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/budy/models/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,6 @@ def _pay_stripe_klarna(self, payment_data):
appier.quote(secret),
appier.quote(return_url),
)
print(secret)
pay_secret_url = pay_url + ("&" if "?" in pay_url else "?") + query
self.payment_data = dict(
engine="stripe_klarna",
Expand Down

0 comments on commit cd770b5

Please sign in to comment.