This commit is contained in:
2024-01-28 21:34:23 +05:00
parent 1630f29c5a
commit a70230b7c1
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ class OnlinePaymentController extends Controller
'pnr' => $paymentHistory->orderNumber,
'branch_name' => $resource->branch->name,
'price_amount' => $paymentHistory->amount,
'return_url' => $resource->panelUrl(),
'return_url' => $resource->panelUrl('index'),
]);
}
}