diff --git a/.env_old b/.env_old
new file mode 100644
index 0000000..d00b87f
--- /dev/null
+++ b/.env_old
@@ -0,0 +1,63 @@
+APP_NAME=Laravel
+APP_ENV=local
+APP_KEY=base64:QYGaMeMDCe+1KRlTk4IxhChNn4p7S5X3cJCklgcPV8U=
+APP_DEBUG=true
+APP_URL=https://service.demowebsitelinks.com/quickride/public
+
+LOG_CHANNEL=stack
+LOG_DEPRECATIONS_CHANNEL=null
+LOG_LEVEL=debug
+
+DB_CONNECTION=mysql
+DB_HOST=127.0.0.1
+DB_PORT=3306
+DB_DATABASE=servicedemoweb_pintaxi
+DB_USERNAME=servicedemoweb_develop
+DB_PASSWORD=_ANuk&!67&bn
+
+BROADCAST_DRIVER=log
+CACHE_DRIVER=file
+FILESYSTEM_DISK=local
+QUEUE_CONNECTION=database
+SESSION_DRIVER=file
+SESSION_LIFETIME=120
+
+MEMCACHED_HOST=127.0.0.1
+
+REDIS_HOST=127.0.0.1
+REDIS_PASSWORD=null
+REDIS_PORT=6379
+
+
+MAIL_MAILER=sendmail
+MAIL_HOST=cpanel1.eplanetservices.org
+MAIL_PORT=465
+MAIL_USERNAME=noreply-demowebsitelinks@safedataxchange.com
+MAIL_PASSWORD=SXOWue7y2Eoa
+MAIL_ENCRYPTION=ssl
+MAIL_FROM_NAME=demowebsitelinks@safedataxchange.com
+
+AWS_ACCESS_KEY_ID=
+AWS_SECRET_ACCESS_KEY=
+AWS_DEFAULT_REGION=us-east-1
+AWS_BUCKET=
+AWS_USE_PATH_STYLE_ENDPOINT=false
+
+STRIPE_KEY=pk_test_0rY5rGJ7GN1xEhCB40mAcWjg
+STRIPE_SECRET=sk_test_lUp78O7PgN08WC9UgNRhOCnr
+
+PUSHER_APP_ID=
+PUSHER_APP_KEY=
+PUSHER_APP_SECRET=
+PUSHER_HOST=
+PUSHER_PORT=443
+PUSHER_SCHEME=https
+PUSHER_APP_CLUSTER=mt1
+
+VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
+VITE_PUSHER_HOST="${PUSHER_HOST}"
+VITE_PUSHER_PORT="${PUSHER_PORT}"
+VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
+VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
+
+GOOGLE_MAP_KEY=AIzaSyAAlsWW4P_jWEKbCBfW64LRQq_ZgPX8zA8
\ No newline at end of file
diff --git a/composer.json b/composer.json
index ad9ae9b..5dd4108 100644
--- a/composer.json
+++ b/composer.json
@@ -15,6 +15,7 @@
         "laravel/tinker": "^2.7",
         "pusher/pusher-php-server": "*",
         "razorpay/razorpay": "*",
+        "stripe/stripe-php": "^17.1",
         "tymon/jwt-auth": "^2.1"
     },
     "require-dev": {
diff --git a/composer.lock b/composer.lock
index 8f6ae55..5c412d3 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "2981eeb305e4c84ab1193c414f9e8877",
+    "content-hash": "004a749127e04ec7f9d402943b9cc449",
     "packages": [
         {
             "name": "anlutro/l4-settings",
@@ -4677,6 +4677,65 @@
             },
             "time": "2022-11-25T16:15:06+00:00"
         },
+        {
+            "name": "stripe/stripe-php",
+            "version": "v17.1.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/stripe/stripe-php.git",
+                "reference": "01ca9b5fdd899b8e4b69f83b85e09d96f6240220"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/stripe/stripe-php/zipball/01ca9b5fdd899b8e4b69f83b85e09d96f6240220",
+                "reference": "01ca9b5fdd899b8e4b69f83b85e09d96f6240220",
+                "shasum": ""
+            },
+            "require": {
+                "ext-curl": "*",
+                "ext-json": "*",
+                "ext-mbstring": "*",
+                "php": ">=5.6.0"
+            },
+            "require-dev": {
+                "friendsofphp/php-cs-fixer": "3.72.0",
+                "phpstan/phpstan": "^1.2",
+                "phpunit/phpunit": "^5.7 || ^9.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Stripe\\": "lib/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Stripe and contributors",
+                    "homepage": "https://github.com/stripe/stripe-php/contributors"
+                }
+            ],
+            "description": "Stripe PHP Library",
+            "homepage": "https://stripe.com/",
+            "keywords": [
+                "api",
+                "payment processing",
+                "stripe"
+            ],
+            "support": {
+                "issues": "https://github.com/stripe/stripe-php/issues",
+                "source": "https://github.com/stripe/stripe-php/tree/v17.1.1"
+            },
+            "time": "2025-04-05T00:09:14+00:00"
+        },
         {
             "name": "symfony/console",
             "version": "v6.0.19",
diff --git a/error_log b/error_log
new file mode 100644
index 0000000..56a59ef
--- /dev/null
+++ b/error_log
@@ -0,0 +1,2 @@
+[15-Apr-2025 16:50:43 UTC] PHP Fatal error:  Cannot redeclare updateRideLocation() (previously declared in /home/servicedemoweb/public_html/quickride/routes/web.php:696) in /home/servicedemoweb/public_html/quickride/routes/web.php on line 757
+[15-Apr-2025 16:57:39 UTC] PHP Fatal error:  Cannot redeclare updateRideLocation() (previously declared in /home/servicedemoweb/public_html/quickride/routes/web.php:695) in /home/servicedemoweb/public_html/quickride/routes/web.php on line 756
diff --git a/public.zip b/public.zip
new file mode 100644
index 0000000..2ad340a
Binary files /dev/null and b/public.zip differ
