From f86b22a82e3fcdb9a96361e76f5948068b5da091 Mon Sep 17 00:00:00 2001
From: Chandra Shekhar Garsari <chandra.garsari@paytmpayments.com>
Date: Mon, 23 Dec 2024 18:31:20 +0530
Subject: [PATCH] ppsl Update

---
 VERSION                                 |  2 +-
 composer.json                           |  4 ++--
 src/pg/constants/MerchantProperties.php | 16 ++++++++--------
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/VERSION b/VERSION
index d169b2f..c5d54ec 100755
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.8
+0.0.9
diff --git a/composer.json b/composer.json
index 18dbe8e..71e68cb 100755
--- a/composer.json
+++ b/composer.json
@@ -4,11 +4,11 @@
   "keywords": ["Paytm","Client","SDK","PHP"],
   "authors": [
     {
-      "name": "Sakshi Jain",
+      "name": "Integration Dev",
       "role": "Developer"
     }
   ],
-  "homepage": "https://developer.paytm.com/docs",
+  "homepage": "https://developer.paytmpayments.com/docs",
   "require": {
     "php": ">=5.6.0",
     "ext-json": "*",
diff --git a/src/pg/constants/MerchantProperties.php b/src/pg/constants/MerchantProperties.php
index 8c78e51..03d1df0 100755
--- a/src/pg/constants/MerchantProperties.php
+++ b/src/pg/constants/MerchantProperties.php
@@ -66,19 +66,19 @@ class MerchantProperties
         /**
          * @var string
          */
-        private static $initiateTxnUrl = "https://securegw-stage.paytm.in/order/initiate";
+        private static $initiateTxnUrl = "https://securestage.paytmpayments.com/order/initiate";
         /**
          * @var string
          */
-        private static $refundUrl = "https://securegw-stage.paytm.in/refund/apply";
+        private static $refundUrl = "https://securestage.paytmpayments.com/refund/apply";
         /**
          * @var string
          */
-        private static $paymentStatusUrl = "https://securegw-stage.paytm.in/v3/order/status";
+        private static $paymentStatusUrl = "https://securestage.paytmpayments.com/v3/order/status";
         /**
          * @var string
          */
-        private static $refundStatusUrl = "https://securegw-stage.paytm.in/v2/refund/status";
+        private static $refundStatusUrl = "https://securestage.paytmpayments.com/v2/refund/status";
 
         /**
          * @param string $environment
@@ -265,10 +265,10 @@ public static function setEnvironment($environment)
             self::$environment = $environment;
             LoggingUtil::addLog(LogLevel::INFO, __CLASS__, "Setting Environment for " . $environment);
             if ($environment === LibraryConstants::PRODUCTION_ENVIRONMENT) {
-                self::$initiateTxnUrl   = "https://securegw.paytm.in/order/initiate";
-                self::$refundUrl        = "https://securegw.paytm.in/refund/apply";
-                self::$paymentStatusUrl = "https://securegw.paytm.in/v3/order/status";
-                self::$refundStatusUrl  = "https://securegw.paytm.in/v2/refund/status";
+                self::$initiateTxnUrl   = "https://secure.paytmpayments.com/order/initiate";
+                self::$refundUrl        = "https://secure.paytmpayments.com/refund/apply";
+                self::$paymentStatusUrl = "https://secure.paytmpayments.com/v3/order/status";
+                self::$refundStatusUrl  = "https://secure.paytmpayments.com/v2/refund/status";
             }
         }
     }
\ No newline at end of file