Private
Public Access
1
0

adding braintree info

This commit is contained in:
Sander Roosendaal
2018-12-21 15:04:35 +01:00
parent d4898701c9
commit 3286630931
8 changed files with 71 additions and 2 deletions

View File

@@ -34,7 +34,10 @@ def setrowerplans():
def is_existing_customer(rower):
if rower.country is not None and rower.customer_id is not None and rower.country != '':
return True
if rower.subscription_id is None or rower.subscription_id == '':
return False
else:
return True
return False