Turning on token billing for PayFast
This commit is contained in:
parent
210a4a5993
commit
e2668b3b3e
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class AutoBillInvoice extends AbstractService
|
|||
|
||||
/* Build payment hash */
|
||||
$payment_hash = PaymentHash::create([
|
||||
'hash' => Str::random(128),
|
||||
'hash' => Str::random(64),
|
||||
'data' => ['invoices' => [['invoice_id' => $this->invoice->hashed_id, 'amount' => $amount]]],
|
||||
'fee_total' => $fee,
|
||||
'fee_invoice_id' => $this->invoice->id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue