Skip to content
Snippets Groups Projects
Commit edfd9d93 authored by Francé Wilke's avatar Francé Wilke
Browse files

ADHOC :: Update the endpoints

parent 6eb8f023
Branches
Tags
1 merge request!201.0.41
Pipeline #74837 passed
...@@ -12,19 +12,19 @@ class UData ...@@ -12,19 +12,19 @@ class UData
* *
* @var string * @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 * Rates API Endpoint
* *
* @var string * @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 * Order create/update webhook URL
* *
* @var string * @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';
} }
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "bobgo/bobgo-magento-extension", "name": "bobgo/bobgo-magento-extension",
"description": "Smart shipping and order management solution in South Africa", "description": "Smart shipping and order management solution in South Africa",
"type": "magento2-module", "type": "magento2-module",
"version": "1.0.40", "version": "1.0.41",
"authors": [ "authors": [
{ {
"name": "Bob Go", "name": "Bob Go",
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*/ */
--> -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> <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> <sequence>
<module name="Magento_Webapi"/> <module name="Magento_Webapi"/>
<module name="Magento_Catalog"/> <module name="Magento_Catalog"/>
......
{ {
"name": "bobgo-magento-plugin", "name": "bobgo-magento-plugin",
"description": "Bob Go magento plugin", "description": "Bob Go magento plugin",
"version": "1.0.40", "version": "1.0.41",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"scripts": { "scripts": {
"prepare": "husky install", "prepare": "husky install",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment