beautify
This commit is contained in:
parent
fbc5fed216
commit
b7bf406c57
1 changed files with 3 additions and 1 deletions
|
@ -219,7 +219,9 @@ class PaymentController extends Controller
|
|||
'Client ID' => $user->id,
|
||||
],
|
||||
]);
|
||||
$item = (new InvoiceItem())->title($paypalProduct->description)->pricePerUnit($paypalProduct->price);
|
||||
$item = (new InvoiceItem())
|
||||
->title($paypalProduct->description)
|
||||
->pricePerUnit($paypalProduct->price);
|
||||
|
||||
$invoice = Invoice::make()
|
||||
->buyer($customer)
|
||||
|
|
Loading…
Add table
Reference in a new issue