mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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));
|
nlog(http_build_query($fields));
|
||||||
|
|
||||||
return md5(http_build_query($fields));
|
return md5(http_build_query($fields));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user