From 64711d99beff9a5f1f9621b9fb4c09011e0f0515 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 23 Sep 2021 15:06:47 +1000 Subject: [PATCH] Turning on token billing for PayFast --- app/PaymentDrivers/PayFast/Token.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/PaymentDrivers/PayFast/Token.php b/app/PaymentDrivers/PayFast/Token.php index cb0be4f7c10c..6a6f34100560 100644 --- a/app/PaymentDrivers/PayFast/Token.php +++ b/app/PaymentDrivers/PayFast/Token.php @@ -87,7 +87,7 @@ class Token 'amount' => $amount, 'item_name' => 'purchase', 'item_description' => ctrans('texts.invoices') . ': ' . collect($payment_hash->invoices())->pluck('invoice_number'), - 'm_payment_id' => $payment_hash->hash, + // 'm_payment_id' => $payment_hash->hash, ]; $header['signature'] = $this->generate_parameter_string(array_merge($header, $body));