From 23acdb63942f40f645207f23e56774638dcfe612 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 17 Sep 2019 21:57:59 +1000 Subject: [PATCH] Add Credit card to client portal --- app/PaymentDrivers/StripePaymentDriver.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/PaymentDrivers/StripePaymentDriver.php b/app/PaymentDrivers/StripePaymentDriver.php index 1dba45bd22f1..34384afcd5ba 100644 --- a/app/PaymentDrivers/StripePaymentDriver.php +++ b/app/PaymentDrivers/StripePaymentDriver.php @@ -138,11 +138,9 @@ class StripePaymentDriver extends BasePaymentDriver public function authorizeCreditCardResponse($request) { - \Log::error($request->all()); $server_response = json_decode($request->input('gateway_response')); - $gateway_id = $request->input('gateway_id'); $gateway_type_id = $request->input('payment_method_id'); $is_default = $request->input('is_default');