mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix bug with Stripe 3DS
This commit is contained in:
@@ -514,6 +514,7 @@ class StripeCC(StripeMethod):
|
|||||||
'hash': hashlib.sha1(order.secret.lower().encode()).hexdigest(),
|
'hash': hashlib.sha1(order.secret.lower().encode()).hexdigest(),
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
**self.api_kwargs
|
||||||
)
|
)
|
||||||
if source.status == "pending":
|
if source.status == "pending":
|
||||||
order.payment_info = str(source)
|
order.payment_info = str(source)
|
||||||
|
|||||||
Reference in New Issue
Block a user