Skip to content
Snippets Groups Projects
Commit bb952b7c authored by Billy Griffiths's avatar Billy Griffiths
Browse files

change API url's to bobgo

parent 75bed96e
No related branches found
No related tags found
1 merge request!5Update RAC
......@@ -11,10 +11,11 @@ class uData
{
/** Tracking Endpoint */
//dev
public const TRACKING = 'https://api.dev.ship.uafrica.com/tracking?channel=localhost&tracking_reference=';
public const TRACKING = 'https://api.dev.bobgo.co.za/tracking?channel=localhost&tracking_reference=';
//production
// public const TRACKING = 'https://api.dev.ship.uafrica.com/tracking?channel=%s&tracking_reference=%s';
//public const TRACKING = 'https://api.dev.bobgo.co.za/tracking?channel=%s&tracking_reference=%s';
/*** RATES API Endpoint*/
public const RATES_ENDPOINT = 'https://api.dev.ship.uafrica.com/rates-at-checkout/magento';
public const RATES_ENDPOINT = 'https://api.dev.bobgo.co.za/rates-at-checkout/magento';
}
<?php
namespace uafrica\Customshipping\Model\Carrier;
namespace bobgo\Customshipping\Model\Carrier;
/** Get Company information if available from the Estimate Shipping Methods Request Body */
class uSubs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment