mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Logging for WePay
This commit is contained in:
parent
b18f69aa52
commit
9f2945e58d
@ -142,6 +142,9 @@ class ACH
|
||||
}
|
||||
catch(\Exception $e){
|
||||
|
||||
nlog("we pay exception");
|
||||
nlog($e->getMessage());
|
||||
|
||||
return redirect()->route('client.payment_methods.verification', ['payment_method' => $token->hashed_id, 'method' => GatewayType::BANK_TRANSFER])
|
||||
->with('error', $e->getMessage());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user