buy now flow complete except email confirmation
This commit is contained in:
@@ -28,7 +28,7 @@ def setrowerplans():
|
||||
print 'Could not set plan for ',r
|
||||
|
||||
def is_existing_customer(rower):
|
||||
if rower.country is not None and rower.customer_id is not None and r.country != '':
|
||||
if rower.country is not None and rower.customer_id is not None and rower.country != '':
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user