mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:34:30 -04:00
Turning on token billing for PayFast
This commit is contained in:
parent
875b4fc2f6
commit
307dbdcb07
@ -91,7 +91,7 @@ class Token
|
|||||||
'item_description' => ctrans('texts.invoices') . ': ' . collect($payment_hash->invoices())->pluck('invoice_number'),
|
'item_description' => ctrans('texts.invoices') . ': ' . collect($payment_hash->invoices())->pluck('invoice_number'),
|
||||||
];
|
];
|
||||||
|
|
||||||
$header['signature'] = $this->genSig(array_merge($header, $body));
|
$header['signature'] = $this->payfast->generateSignature(array_merge($header, $body));
|
||||||
// $header['signature'] = $this->genSig($body);
|
// $header['signature'] = $this->genSig($body);
|
||||||
|
|
||||||
nlog($this->payfast->company_gateway->getConfigField('merchantId'));
|
nlog($this->payfast->company_gateway->getConfigField('merchantId'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user