paypal-standard portal payment not working
This commit is contained in:
parent
10e0afa150
commit
db7c6b67b3
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user