From bc46ab86a2209d7cabe502bdcbd9a172a0754d2f Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 5 Jul 2021 13:48:52 +1000 Subject: [PATCH] Fixes for base driver --- app/PaymentDrivers/PayFast/CreditCard.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/PaymentDrivers/PayFast/CreditCard.php b/app/PaymentDrivers/PayFast/CreditCard.php index 51d48e5f6875..f704ee04bfb1 100644 --- a/app/PaymentDrivers/PayFast/CreditCard.php +++ b/app/PaymentDrivers/PayFast/CreditCard.php @@ -91,7 +91,6 @@ class CreditCard 'cancel_url' => route('client.payment_methods.index'), 'notify_url' => $this->payfast->genericWebhookUrl(), 'amount' => 5, - 'm_payment_id' => $hash, 'item_name' => 'pre-auth', 'subscription_type' => 2, 'passphrase' => $this->payfast->company_gateway->getConfigField('passphrase'),