Server error messages

Options
I'm wondering if there's anywhere I could see all of the server error messages that can be generated by our OLX donation form, or if anyone can list them for me.  The reason for this is that I'm trying to use javascript/jquery to translate the donation form errors to french.  It's a bit of a hack, but it works for the messages I've identified so far.  The problem is my IP's been blocked for too many failed payments so I haven't been able to identify all of the possible error messages.


Here are the messages I've managed to produce so far:
  • We've run into a slight problem. Correct the following to continue:
  • Please specify a valid téléphone
  • Card number is not valid
  • One or more fields in the request contains invalid data
  • Please call the number on the back of your card. Your bank requested that we do not honor this card.
  • Expired card.
Here's the code if anyone is interested: https://github.com/curtisvo/spca-donation-form/blob/master/donate-form-translation.js#L118-L131
Tagged:

Categories