@wlloyalty/wll-react-sdk 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/native.js +1 -1
- package/dist/native.js.map +1 -1
- package/dist/web.js +1 -1
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/web.js
CHANGED
|
@@ -7853,7 +7853,7 @@ var getBaseUrl = function (environment) {
|
|
|
7853
7853
|
case 'PRODUCTION-US':
|
|
7854
7854
|
return 'https://api.core.us.wlloyalty.net/v1';
|
|
7855
7855
|
case 'STAGING-US':
|
|
7856
|
-
return 'https://api.core.wlloyalty.net/v1';
|
|
7856
|
+
return 'https://api.staging.core.us.wlloyalty.net/v1';
|
|
7857
7857
|
case 'DEVELOPMENT':
|
|
7858
7858
|
return 'https://localhost:8080/v1';
|
|
7859
7859
|
case 'STAGING':
|