Fix bug with Stripe 3DS

This commit is contained in:
Raphael Michel
2018-03-26 23:16:06 +02:00
parent c9f5828eb9
commit 9ae0d9b0a1

View File

@@ -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)