paypal-standard portal payment not working

This commit is contained in:
Cihan Şentürk 2021-01-20 16:29:19 +03:00
parent 10e0afa150
commit db7c6b67b3

View File

@ -27,7 +27,7 @@ class Payment extends PaymentController
$invoice_url = $this->getInvoiceUrl($invoice);
$html = view('paypal-standard::show', compact('setting', 'document', 'document_url'))->render();
$html = view('paypal-standard::show', compact('setting', 'invoice', 'invoice_url'))->render();
return response()->json([
'code' => $setting['code'],