diff --git a/Model/Carrier/UData.php b/Model/Carrier/UData.php index adf83a27d10e5dafbef7fa9c7fb864e37759dc56..bbb17ddfbad6bffbb33cd3baab5e139ab6581cb4 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 9b2166fa5c7581c8ce4336df1932f5be5b1a6db6..83317accc96cd68c7d9ad9191e5806418670b9e0 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 962488e754ce90357a4d011c947278bef4ecb012..a79063f98eb5a146f6f34d8de1fa087c52a2042f 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 0bb7580fb2c4de706e40e6fa2005163f96714115..e44822d7d797846f0186f039f9565bc09c05df2e 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",