mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Turning on token billing for PayFast
This commit is contained in:
parent
cc4e3cdef3
commit
721e6d442c
@ -91,8 +91,8 @@ class Token
|
||||
'item_description' => ctrans('texts.invoices') . ': ' . collect($payment_hash->invoices())->pluck('invoice_number'),
|
||||
];
|
||||
|
||||
// $header['signature'] = $this->genSig(array_merge($header, $body));
|
||||
$header['signature'] = $this->genSig($body);
|
||||
$header['signature'] = $this->genSig(array_merge($header, $body));
|
||||
// $header['signature'] = $this->genSig($body);
|
||||
|
||||
nlog($this->payfast->company_gateway->getConfigField('merchantId'));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user