diff --git a/app/Config/App.php b/app/Config/App.php
index dfbef35..d3f5964 100644
--- a/app/Config/App.php
+++ b/app/Config/App.php
@@ -19,8 +19,8 @@ class App extends BaseConfig
*/
// public string $baseURL = 'https://mprkv.co.in/devbook';
- public string $baseURL = 'http://localhost/golf_backend';
- // public string $baseURL = 'http://localhost:88/golf_backend';
+ // public string $baseURL = 'http://localhost/golf_backend';
+ public string $baseURL = 'http://localhost:88/golf_backend';
diff --git a/app/Views/cart.php b/app/Views/cart.php
index 876502f..2045169 100644
--- a/app/Views/cart.php
+++ b/app/Views/cart.php
@@ -58,7 +58,7 @@
} else {
echo $pack_id[$key]['count'];
}
- ?>" title="Qty" size="4" min="1" max="" step="1" placeholder="" inputmode="numeric" autocomplete="off"/>
+ ?>" title="Qty" size="4" min="1" max="" step="1" placeholder="" inputmode="numeric" autocomplete="off" disabled/>
diff --git a/app/Views/memberaccess.php b/app/Views/memberaccess.php
index 9a7dcd5..6714e75 100644
--- a/app/Views/memberaccess.php
+++ b/app/Views/memberaccess.php
@@ -26,7 +26,7 @@