From 9f2945e58d308b7f9ba455dda6045ba03c15fef6 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 28 Jul 2021 13:54:11 +1000 Subject: [PATCH] Logging for WePay --- app/PaymentDrivers/WePay/ACH.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/PaymentDrivers/WePay/ACH.php b/app/PaymentDrivers/WePay/ACH.php index 31fb62d46bc7..fcc463f0157f 100644 --- a/app/PaymentDrivers/WePay/ACH.php +++ b/app/PaymentDrivers/WePay/ACH.php @@ -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());