1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00
This commit is contained in:
David Bomba 2021-09-29 10:46:54 +10:00
parent fbe4ac3fb6
commit 6a51bc258c

View File

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