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
commit 0486689134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ class Payment extends PaymentController
$invoice_url = $this->getInvoiceUrl($invoice); $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([ return response()->json([
'code' => $setting['code'], 'code' => $setting['code'],