Payfast
This commit is contained in:
parent
fbe4ac3fb6
commit
6a51bc258c
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue