@mychoice/mychoice-sdk-store 2.1.13 → 2.1.16
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/cjs/index.js +5 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +5 -5
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -5128,7 +5128,7 @@ const CarQuoteDataHandler = () => {
|
|
|
5128
5128
|
};
|
|
5129
5129
|
const postRequestQuoteOnliaUrl = async (isLoader, redirectUrl) => {
|
|
5130
5130
|
if (isLoader) {
|
|
5131
|
-
openLoader('
|
|
5131
|
+
openLoader('Just a moment, we are repopulating your details on our partners site.');
|
|
5132
5132
|
}
|
|
5133
5133
|
const requestBody = constructRequestBody(true);
|
|
5134
5134
|
if (requestBody) {
|
|
@@ -5174,7 +5174,7 @@ const CarQuoteDataHandler = () => {
|
|
|
5174
5174
|
openLoader('Please wait while we fetch your lowest rates from our insurance partners.');
|
|
5175
5175
|
}
|
|
5176
5176
|
else {
|
|
5177
|
-
openLoader('Please note: As insurance premiums are based on the information you provide it is important that it be 100% accurate and up to date. If you are not sure it is best to check and edit your information in the next step.');
|
|
5177
|
+
openLoader('Sit tight, while we work hard to save you money...Please note: As insurance premiums are based on the information you provide it is important that it be 100% accurate and up to date. If you are not sure it is best to check and edit your information in the next step.');
|
|
5178
5178
|
}
|
|
5179
5179
|
}
|
|
5180
5180
|
else {
|
|
@@ -5432,7 +5432,7 @@ const HomeQuoteDataHandler = () => {
|
|
|
5432
5432
|
};
|
|
5433
5433
|
const postRequestQuoteOnliaUrl = async (isLoader, redirectUrl) => {
|
|
5434
5434
|
if (isLoader) {
|
|
5435
|
-
openLoader('
|
|
5435
|
+
openLoader('Just a moment, we are repopulating your details on our partners site.');
|
|
5436
5436
|
}
|
|
5437
5437
|
const requestBody = constructRequestBody(true);
|
|
5438
5438
|
if (requestBody) {
|
|
@@ -5470,7 +5470,7 @@ const HomeQuoteDataHandler = () => {
|
|
|
5470
5470
|
openLoader('Please wait while we fetch your lowest rates from our insurance partners.');
|
|
5471
5471
|
}
|
|
5472
5472
|
else {
|
|
5473
|
-
openLoader('Please note: As insurance premiums are based on the information you provide it is important that it be 100% accurate and up to date. If you are not sure it is best to check and edit your information in the next step.');
|
|
5473
|
+
openLoader('Sit tight, while we work hard to save you money...Please note: As insurance premiums are based on the information you provide it is important that it be 100% accurate and up to date. If you are not sure it is best to check and edit your information in the next step.');
|
|
5474
5474
|
}
|
|
5475
5475
|
}
|
|
5476
5476
|
else {
|
|
@@ -5608,7 +5608,7 @@ const LifeQuoteDataHandler = () => {
|
|
|
5608
5608
|
}
|
|
5609
5609
|
else if (!isRequested) {
|
|
5610
5610
|
if (!isRecalc) {
|
|
5611
|
-
openLoader('Please note: As insurance premiums are based on the information you provide it is important that it be 100% accurate and up to date. If you are not sure it is best to check and edit your information in the next step.');
|
|
5611
|
+
openLoader('Sit tight, while we work hard to save you money...Please note: As insurance premiums are based on the information you provide it is important that it be 100% accurate and up to date. If you are not sure it is best to check and edit your information in the next step.');
|
|
5612
5612
|
}
|
|
5613
5613
|
else {
|
|
5614
5614
|
openLoader('Please wait while we fetch your lowest rates from our insurance partners.');
|