Project

General

Profile

Task #3656

Updated by Sanghee Kim almost 7 years ago

"It is not possible to make payment. Please try later" 
 For a user this message is not clear, which action should be taken to not experience this error. 

 Why is something not working and what should be done to fix it, should be clear on error message.  
 If the error is fault of stripe, we should specify, if fault of user, we should tell the user what to try and how. 

 Take a look at the various errors we handle in https://github.com/ungleich/dynamicweb/blob/master/utils/stripe_utils.py#L22 and then write appropriate messages for the different cases. 

 "Currently its not possible to make payments."-> "Your credit card was declined."

Back