@wlloyalty/wll-react-sdk 1.3.1 → 1.4.0
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 +4 -0
- package/dist/native.js.map +1 -1
- package/dist/web.js +4 -0
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/web.js
CHANGED
|
@@ -7850,6 +7850,10 @@ var getBaseUrl = function (environment) {
|
|
|
7850
7850
|
switch (environment) {
|
|
7851
7851
|
case 'PRODUCTION':
|
|
7852
7852
|
return 'https://api.core.wlloyalty.net/v1';
|
|
7853
|
+
case 'PRODUCTION-US':
|
|
7854
|
+
return 'https://api.core.us.wlloyalty.net/v1';
|
|
7855
|
+
case 'STAGING-US':
|
|
7856
|
+
return 'https://api.core.wlloyalty.net/v1';
|
|
7853
7857
|
case 'DEVELOPMENT':
|
|
7854
7858
|
return 'https://localhost:8080/v1';
|
|
7855
7859
|
case 'STAGING':
|