From edfd9d93db2232c95b0ebab7348ade3479bf3d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=C3=A9=20Wilke?= <francewilke@gmail.com> Date: Wed, 23 Apr 2025 10:48:36 +0200 Subject: [PATCH] ADHOC :: Update the endpoints --- 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 adf83a2..bbb17dd 100644 --- a/Model/Carrier/UData.php +++ b/Model/Carrier/UData.php @@ -12,19 +12,19 @@ class UData * * @var string */ - public const TRACKING = 'https://api.dev.bobgo.co.za/tracking?channel=%s&tracking_reference=%s'; + public const TRACKING = 'https://api.bobgo.co.za/tracking?channel=%s&tracking_reference=%s'; /** * Rates API Endpoint * * @var string */ - public const RATES_ENDPOINT = 'https://api.dev.bobgo.co.za/rates-at-checkout/magento'; + public const RATES_ENDPOINT = 'https://api.bobgo.co.za/rates-at-checkout/magento'; /** * Order create/update webhook URL * * @var string */ - public const WEBHOOK_URL = 'https://api.dev.bobgo.co.za/webhook/channel/magento'; + public const WEBHOOK_URL = 'https://api.bobgo.co.za/webhook/channel/magento'; } diff --git a/composer.json b/composer.json index 9b2166f..83317ac 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.40", + "version": "1.0.41", "authors": [ { "name": "Bob Go", diff --git a/etc/module.xml b/etc/module.xml index 962488e..a79063f 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.40"> + <module name="BobGroup_BobGo" setup_version="1.0.41"> <sequence> <module name="Magento_Webapi"/> <module name="Magento_Catalog"/> diff --git a/package.json b/package.json index 0bb7580..e44822d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bobgo-magento-plugin", "description": "Bob Go magento plugin", - "version": "1.0.40", + "version": "1.0.41", "license": "GPL-2.0-or-later", "scripts": { "prepare": "husky install", -- GitLab