Code reformatting
This commit is contained in:
parent
97743f1346
commit
14067de378
1 changed files with 2 additions and 2 deletions
|
@ -197,8 +197,8 @@ class UserRegisterPayment(Resource):
|
|||
stripe_customer = stripe_customer_resp[
|
||||
"response_object"]
|
||||
return {"message":
|
||||
"Card ending in {} registered as your payment "
|
||||
"source".format(last4)
|
||||
"Card ending in {} registered as your "
|
||||
"payment source".format(last4)
|
||||
}, 200
|
||||
else:
|
||||
logging.error("Could not get/create stripe_customer "
|
||||
|
|
Loading…
Reference in a new issue