dinkbit / conekta-cashier

Laravel + Conekta = Painless subscription billing. http://laravel.com
MIT License
34 stars 22 forks source link

Conekta_Error exception message not returned #23

Open edbentinck opened 7 years ago

edbentinck commented 7 years ago

Is there a reason why failed charges return false as opposed to the Conekta_Error exception message? (See here)

Would it not be better to return the exception message so that I can display a useful error to the user?