@pelcro/react-pelcro-js 3.9.1-beta.1 → 3.9.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/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -16011,7 +16011,7 @@ const PaymentMethodContainerWithoutStripe = ({
|
|
|
16011
16011
|
payload: paymentRequest
|
|
16012
16012
|
});
|
|
16013
16013
|
} catch {
|
|
16014
|
-
console.log("Google Pay/Apple pay isn't available in this country");
|
|
16014
|
+
console.log("Google Pay/Apple pay isn't available/supported in this country");
|
|
16015
16015
|
}
|
|
16016
16016
|
};
|
|
16017
16017
|
/**
|
package/dist/index.esm.js
CHANGED
|
@@ -15981,7 +15981,7 @@ const PaymentMethodContainerWithoutStripe = ({
|
|
|
15981
15981
|
payload: paymentRequest
|
|
15982
15982
|
});
|
|
15983
15983
|
} catch {
|
|
15984
|
-
console.log("Google Pay/Apple pay isn't available in this country");
|
|
15984
|
+
console.log("Google Pay/Apple pay isn't available/supported in this country");
|
|
15985
15985
|
}
|
|
15986
15986
|
};
|
|
15987
15987
|
/**
|