Open pmartelletti opened 10 years ago
So, we need to catch all the exceptions from RecurlyManager in order to have elegant form errors shown to user. For example,
RecurlyManager
For the moment, we could just catch the exception from Recurly and print the message. They are quite informative, so that should do the trick for now.
So, we need to catch all the exceptions from
RecurlyManager
in order to have elegant form errors shown to user. For example,For the moment, we could just catch the exception from Recurly and print the message. They are quite informative, so that should do the trick for now.