mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Fixes for base driver
This commit is contained in:
parent
29c013191e
commit
d79443b90a
@ -142,7 +142,7 @@ class PayFastPaymentDriver extends BaseDriver
|
||||
// }
|
||||
|
||||
|
||||
protected function generateSignature($data, $passPhrase = null)
|
||||
public function generateSignature($data, $passPhrase = null)
|
||||
{
|
||||
$fields = array();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user