forked from CGM_Public/pretix_original
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(),
|
||||
})
|
||||
},
|
||||
**self.api_kwargs
|
||||
)
|
||||
if source.status == "pending":
|
||||
order.payment_info = str(source)
|
||||
|
||||
Reference in New Issue
Block a user