Enhance payment method validation

This commit is contained in:
Raphael Michel
2015-03-07 13:32:09 +01:00
parent 2acc653807
commit 3bacfdcb9f
7 changed files with 121 additions and 20 deletions

View File

@@ -17,3 +17,6 @@ class Stripe(BasePaymentProvider):
required=False
))
])
def checkout_is_valid_session(self, request):
return False