Private
Public Access
1
0

still not working

This commit is contained in:
Sander Roosendaal
2019-01-15 23:04:27 +01:00
parent 5fc82a2bb8
commit f22cd18916
4 changed files with 153 additions and 55 deletions

View File

@@ -295,7 +295,7 @@ class payment_method():
self.token = 'liesjeleerdelotje'
# mock braintree gateway
class MockBraintreeGateway():
class MockBraintreeGateway:
def __init__(self,*args, **kwargs):
self.customer = customer()
self.client_token = client_token()