mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Payfast
This commit is contained in:
parent
fbe4ac3fb6
commit
6a51bc258c
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user