From 6a51bc258c65d0cd3f24b5295b991f7dc89cdb74 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 29 Sep 2021 10:46:54 +1000 Subject: [PATCH] Payfast --- app/PaymentDrivers/PayFastPaymentDriver.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/PaymentDrivers/PayFastPaymentDriver.php b/app/PaymentDrivers/PayFastPaymentDriver.php index aa563c744546..6ffedfe25b0a 100644 --- a/app/PaymentDrivers/PayFastPaymentDriver.php +++ b/app/PaymentDrivers/PayFastPaymentDriver.php @@ -147,6 +147,9 @@ class PayFastPaymentDriver extends BaseDriver } } + if($this->company_gateway->getConfigField('passPhrase')) + $fields['passphrase'] = $this->company_gateway->getConfigField('passPhrase'); + nlog(http_build_query($fields)); return md5(http_build_query($fields));