From 85bd54fd8693f0986a592a2d153f37777ae9d310 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franc=C3=A9=20Wilke?= <francewilke@gmail.com>
Date: Wed, 4 Jun 2025 08:28:39 +0200
Subject: [PATCH] TEMP :: Change URLs for dev testing

---
 Model/Carrier/UData.php | 6 +++---
 composer.json           | 2 +-
 etc/module.xml          | 2 +-
 package.json            | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Model/Carrier/UData.php b/Model/Carrier/UData.php
index bbb17dd..adf83a2 100644
--- a/Model/Carrier/UData.php
+++ b/Model/Carrier/UData.php
@@ -12,19 +12,19 @@ class UData
      *
      * @var string
      */
-    public const TRACKING = 'https://api.bobgo.co.za/tracking?channel=%s&tracking_reference=%s';
+    public const TRACKING = 'https://api.dev.bobgo.co.za/tracking?channel=%s&tracking_reference=%s';
 
     /**
      * Rates API Endpoint
      *
      * @var string
      */
-    public const RATES_ENDPOINT = 'https://api.bobgo.co.za/rates-at-checkout/magento';
+    public const RATES_ENDPOINT = 'https://api.dev.bobgo.co.za/rates-at-checkout/magento';
 
     /**
      * Order create/update webhook URL
      *
      * @var string
      */
-    public const WEBHOOK_URL = 'https://api.bobgo.co.za/webhook/channel/magento';
+    public const WEBHOOK_URL = 'https://api.dev.bobgo.co.za/webhook/channel/magento';
 }
diff --git a/composer.json b/composer.json
index f13b293..54b47ea 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
     "name": "bobgo/bobgo-magento-extension",
     "description": "Smart shipping and order management solution in South Africa",
     "type": "magento2-module",
-    "version": "1.0.60",
+    "version": "1.0.61",
     "authors": [
         {
             "name": "Bob Go",
diff --git a/etc/module.xml b/etc/module.xml
index 136093f..210550c 100644
--- a/etc/module.xml
+++ b/etc/module.xml
@@ -7,7 +7,7 @@
  */
 -->
 <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
-    <module name="BobGroup_BobGo" setup_version="1.0.60">
+    <module name="BobGroup_BobGo" setup_version="1.0.61">
         <sequence>
             <module name="Magento_Webapi"/>
             <module name="Magento_Catalog"/>
diff --git a/package.json b/package.json
index 648d2d0..ac21b56 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "bobgo-magento-plugin",
   "description": "Bob Go magento plugin",
-  "version": "1.0.60",
+  "version": "1.0.61",
   "license": "GPL-2.0-or-later",
   "scripts": {
     "prepare": "husky install",
-- 
GitLab