passing tests now
This commit is contained in:
@@ -214,7 +214,7 @@ def purchase_checkouts_view(request):
|
||||
return HttpResponseRedirect(reverse('rower_select_instantplan'))
|
||||
|
||||
amount, success = braintreestuff.make_payment(r,data)
|
||||
diff = plan.price - amount
|
||||
diff = plan.price - int(amount)
|
||||
|
||||
eurocredits = credits.withdraw(diff,r)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user