From cf2b0669a7de0ca44c888e89390d0038269fbbcc Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 23 Sep 2021 17:57:59 +1000 Subject: [PATCH] PayFast API token billing --- app/PaymentDrivers/PayFast/Token.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/PaymentDrivers/PayFast/Token.php b/app/PaymentDrivers/PayFast/Token.php index aac927f77f80..8f4f8265fabb 100644 --- a/app/PaymentDrivers/PayFast/Token.php +++ b/app/PaymentDrivers/PayFast/Token.php @@ -97,6 +97,7 @@ class Token [ 'merchantId' => $this->payfast->company_gateway->getConfigField('merchantId'), 'passPhrase' => $this->payfast->company_gateway->getConfigField('passPhrase'), + 'merchantKey' => $this->payfast->company_gateway->getConfigField('merchantKey'), 'testMode' => $this->payfast->company_gateway->getConfigField('testMode') ] );