From 875b4fc2f6cc5642768962902324eceaa6fb1d26 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 23 Sep 2021 10:55:33 +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 56a144bd3a04..84626a1c714b 100644 --- a/app/PaymentDrivers/PayFast/Token.php +++ b/app/PaymentDrivers/PayFast/Token.php @@ -79,8 +79,8 @@ class Token $header =[ 'merchant-id' => $this->payfast->company_gateway->getConfigField('merchantId'), - 'timestamp' => now()->format('c'), 'version' => 'v1', + 'timestamp' => now()->format('c'), ]; $body = [