mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 16:24:30 -04:00
Logging for WePay
This commit is contained in:
parent
b18f69aa52
commit
9f2945e58d
@ -142,6 +142,9 @@ class ACH
|
|||||||
}
|
}
|
||||||
catch(\Exception $e){
|
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])
|
return redirect()->route('client.payment_methods.verification', ['payment_method' => $token->hashed_id, 'method' => GatewayType::BANK_TRANSFER])
|
||||||
->with('error', $e->getMessage());
|
->with('error', $e->getMessage());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user