dinkbit / conekta-cashier

Laravel + Conekta = Painless subscription billing. http://laravel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conekta_Error exception message not returned

edbentinck opened this issue · comments

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?