mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
committed by
Raphael Michel
parent
8b7d2314b8
commit
b6f42ecd6d
@@ -116,7 +116,7 @@ class Stripe(BasePaymentProvider):
|
||||
'message': err['message'],
|
||||
})
|
||||
order.save()
|
||||
raise PaymentException(_('Stripe reported an error with your card:%s') % err['message'])
|
||||
raise PaymentException(_('Stripe reported an error with your card: %s') % err['message'])
|
||||
|
||||
except stripe.error.StripeError as e:
|
||||
if e.json_body:
|
||||
|
||||
Reference in New Issue
Block a user