Fix stripe tests

This commit is contained in:
Raphael Michel
2017-07-23 13:33:43 +02:00
parent c06f36e8c2
commit 39179971c5
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ class MockedCharge():
def __init__(self):
self.status = ''
self.paid = False
self.id = 'ch_123345345'
def refresh(self):
pass

View File

@@ -43,6 +43,7 @@ class MockedCharge():
def __init__(self):
self.status = ''
self.paid = False
self.id = 'ch_123345345'
def refresh(self):
pass