Turning on token billing for PayFast

This commit is contained in:
David Bomba 2021-09-23 15:36:31 +10:00
parent 210a4a5993
commit e2668b3b3e

View File

@ -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,