Fix for buy now buttons
This commit is contained in:
parent
e41d47eb0d
commit
f8672e3feb
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ class OnlinePaymentController extends BaseController
|
|||
$client = $clientRepo->save($data);
|
||||
|
||||
$data = [
|
||||
'client_id' => $client->public_id,
|
||||
'client_id' => $client->id,
|
||||
'invoice_items' => [[
|
||||
'product_key' => $product->product_key,
|
||||
'notes' => $product->notes,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue