adding braintree info
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user