From 3d940e991fbb8df907f12dac8da988034af4f323 Mon Sep 17 00:00:00 2001 From: "@ChristelLoftus" <christel@bob.co.za> Date: Mon, 13 May 2024 15:22:07 +0200 Subject: [PATCH] Update tracking and rates endpoint for dev --- Model/Carrier/uData.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Model/Carrier/uData.php b/Model/Carrier/uData.php index 2ef4d2b..df3a168 100644 --- a/Model/Carrier/uData.php +++ b/Model/Carrier/uData.php @@ -10,8 +10,8 @@ class uData { /** Tracking Endpoint */ - public const TRACKING = 'https://api.bobgo.co.za/tracking?channel=localhost&tracking_reference='; + public const TRACKING = 'https://api.dev.bobgo.co.za/tracking?channel=%s&tracking_reference=%s'; /*** RATES API Endpoint*/ - 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'; } -- GitLab