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
64711d99be
commit
8bc36a7c70
@ -86,8 +86,8 @@ class Token
|
|||||||
$body = [
|
$body = [
|
||||||
'amount' => $amount,
|
'amount' => $amount,
|
||||||
'item_name' => 'purchase',
|
'item_name' => 'purchase',
|
||||||
'item_description' => ctrans('texts.invoices') . ': ' . collect($payment_hash->invoices())->pluck('invoice_number'),
|
// 'item_description' => ctrans('texts.invoices') . ': ' . collect($payment_hash->invoices())->pluck('invoice_number'),
|
||||||
// 'm_payment_id' => $payment_hash->hash,
|
'm_payment_id' => $payment_hash->hash,
|
||||||
];
|
];
|
||||||
|
|
||||||
$header['signature'] = $this->generate_parameter_string(array_merge($header, $body));
|
$header['signature'] = $this->generate_parameter_string(array_merge($header, $body));
|
||||||
|
Loading…
Reference in New Issue
Block a user