From 1666dba8ea1736effdeb65334b0756f50ffcbb5c Mon Sep 17 00:00:00 2001 From: shaxzodbek-uzb <47610909+shaxzodbek-uzb@users.noreply.github.com> Date: Wed, 3 Jun 2020 16:21:19 +0500 Subject: [PATCH] Update PayUz.php --- src/PayUz.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PayUz.php b/src/PayUz.php index 6ea5d5d..2346307 100644 --- a/src/PayUz.php +++ b/src/PayUz.php @@ -59,7 +59,7 @@ public function redirect($model, $amount, $currency_code = Transaction::CURRENCY $this->validateDriver(); $driver = $this->driverClass; $params = $driver->getRedirectParams($model, $amount, $currency_code, $url); - $view = 'pay-uz::merchant.redirect'; + $view = 'pay-uz::merchant.index'; if (!empty($driver::CUSTOM_FORM)) $view = $driver::CUSTOM_FORM; echo view($view, compact('params'));