@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/esm/index.js
CHANGED
|
@@ -5119,7 +5119,7 @@ const CarQuoteDataHandler = () => {
|
|
|
5119
5119
|
};
|
|
5120
5120
|
const postRequestQuoteOnliaUrl = async (isLoader, redirectUrl) => {
|
|
5121
5121
|
if (isLoader) {
|
|
5122
|
-
openLoader('
|
|
5122
|
+
openLoader('Just a moment, we are repopulating your details on our partners site.');
|
|
5123
5123
|
}
|
|
5124
5124
|
const requestBody = constructRequestBody(true);
|
|
5125
5125
|
if (requestBody) {
|
|
@@ -5165,7 +5165,7 @@ const CarQuoteDataHandler = () => {
|
|
|
5165
5165
|
openLoader('Please wait while we fetch your lowest rates from our insurance partners.');
|
|
5166
5166
|
}
|
|
5167
5167
|
else {
|
|
5168
|
-
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.');
|
|
5168
|
+
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.');
|
|
5169
5169
|
}
|
|
5170
5170
|
}
|
|
5171
5171
|
else {
|
|
@@ -5423,7 +5423,7 @@ const HomeQuoteDataHandler = () => {
|
|
|
5423
5423
|
};
|
|
5424
5424
|
const postRequestQuoteOnliaUrl = async (isLoader, redirectUrl) => {
|
|
5425
5425
|
if (isLoader) {
|
|
5426
|
-
openLoader('
|
|
5426
|
+
openLoader('Just a moment, we are repopulating your details on our partners site.');
|
|
5427
5427
|
}
|
|
5428
5428
|
const requestBody = constructRequestBody(true);
|
|
5429
5429
|
if (requestBody) {
|
|
@@ -5461,7 +5461,7 @@ const HomeQuoteDataHandler = () => {
|
|
|
5461
5461
|
openLoader('Please wait while we fetch your lowest rates from our insurance partners.');
|
|
5462
5462
|
}
|
|
5463
5463
|
else {
|
|
5464
|
-
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.');
|
|
5464
|
+
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.');
|
|
5465
5465
|
}
|
|
5466
5466
|
}
|
|
5467
5467
|
else {
|
|
@@ -5599,7 +5599,7 @@ const LifeQuoteDataHandler = () => {
|
|
|
5599
5599
|
}
|
|
5600
5600
|
else if (!isRequested) {
|
|
5601
5601
|
if (!isRecalc) {
|
|
5602
|
-
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.');
|
|
5602
|
+
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.');
|
|
5603
5603
|
}
|
|
5604
5604
|
else {
|
|
5605
5605
|
openLoader('Please wait while we fetch your lowest rates from our insurance partners.');
|