iremoving debug print statements
This commit is contained in:
@@ -207,11 +207,6 @@ def update_subscription(rower,data,method='up'):
|
||||
|
||||
|
||||
def create_subscription(rower,data):
|
||||
planid = data['plan']
|
||||
plan = PaidPlan.objects.get(id=planid)
|
||||
print plan
|
||||
print data
|
||||
raise ValueError
|
||||
nonce_from_the_client = data['payment_method_nonce']
|
||||
amount = data['amount']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user