Merge pull request #1789 from CihanSenturk/master

paypal-standard portal payment not working
This commit is contained in:
Cüneyt Şentürk
2021-01-20 18:47:58 +03:00
committed by GitHub

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'],