From b53fe63858efba3ce08d63cdfed5a21d400f5107 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 5 Jul 2021 13:42:37 +1000 Subject: [PATCH] Fixes for base driver --- app/PaymentDrivers/PayFast/CreditCard.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/PaymentDrivers/PayFast/CreditCard.php b/app/PaymentDrivers/PayFast/CreditCard.php index 8edfedf8ce6d..2d2b49990bdc 100644 --- a/app/PaymentDrivers/PayFast/CreditCard.php +++ b/app/PaymentDrivers/PayFast/CreditCard.php @@ -89,8 +89,8 @@ class CreditCard 'notify_url' => $this->payfast->genericWebhookUrl(), 'amount' => 5, 'item_name' => 'pre-auth', - 'item_description' => 'cc_auth', - // 'custom_str1' => 'cc_auth', + // 'item_description' => 'cc_auth', + 'custom_str1' => 'cc_auth', 'subscription_type' => 2, 'passphrase' => $this->payfast->company_gateway->getConfigField('passphrase'), ]; @@ -151,7 +151,7 @@ class CreditCard nlog($token); - return response()->json([], 200); + return response()->json([], 200); }