mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Stripe: Fix storage of failed refunds
This commit is contained in:
@@ -585,7 +585,7 @@ class StripeMethod(BasePaymentProvider):
|
||||
err = {'message': str(e)}
|
||||
logger.exception('Stripe error: %s' % str(e))
|
||||
|
||||
refund.info = err
|
||||
refund.info_data = err
|
||||
refund.state = OrderRefund.REFUND_STATE_FAILED
|
||||
refund.execution_date = now()
|
||||
refund.save()
|
||||
|
||||
Reference in New Issue
Block a user