Code reformatting

This commit is contained in:
PCoder 2019-09-14 13:51:04 +05:30
parent 97743f1346
commit 14067de378
1 changed files with 2 additions and 2 deletions

View File

@ -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 "