From e6986d045d68cff4008904995306bb39b3f731f1 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 5 Jul 2021 13:41:49 +1000 Subject: [PATCH] Fixes for base driver --- app/PaymentDrivers/PayFast/CreditCard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/PaymentDrivers/PayFast/CreditCard.php b/app/PaymentDrivers/PayFast/CreditCard.php index 5ba86898f59d..8edfedf8ce6d 100644 --- a/app/PaymentDrivers/PayFast/CreditCard.php +++ b/app/PaymentDrivers/PayFast/CreditCard.php @@ -90,7 +90,7 @@ class CreditCard 'amount' => 5, 'item_name' => 'pre-auth', 'item_description' => 'cc_auth', - 'custom_str1' => 'cc_auth', + // 'custom_str1' => 'cc_auth', 'subscription_type' => 2, 'passphrase' => $this->payfast->company_gateway->getConfigField('passphrase'), ];