wip
This commit is contained in:
@@ -298,6 +298,7 @@ class OnlinePaymentRepository
|
||||
*/
|
||||
public function paymentStatusView(array $data): View
|
||||
{
|
||||
return view('module.online-payment::payment-status', ['data' => $data]);
|
||||
info($data);
|
||||
return view('module.online-payment::payment-status', compact('data'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user