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));