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[ stripe_customer = stripe_customer_resp[
"response_object"] "response_object"]
return {"message": return {"message":
"Card ending in {} registered as your payment " "Card ending in {} registered as your "
"source".format(last4) "payment source".format(last4)
}, 200 }, 200
else: else:
logging.error("Could not get/create stripe_customer " logging.error("Could not get/create stripe_customer "