@everymatrix/cashier-error 1.29.2 → 1.29.4
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/cashier-error.js.map +1 -1
- package/package.json +2 -2
- package/src/translations.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/cashier-error",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.4",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "70873f2feed3be9c071d9ad09343a833b236b4fc"
|
|
39
39
|
}
|
package/src/translations.js
CHANGED
|
@@ -5,5 +5,5 @@ export const TRANSLATIONS = {
|
|
|
5
5
|
"VendorCommunicationError": "We apologise, but your payment provider has declined to process due to technical error. Please try later or contact your payment solution provider for further assistance. Error Code 21297",
|
|
6
6
|
"PaymentMethodNotAllowed": "We apologise, but this payment method is unavailable at this time, please contact Customer Support for further assistance. Error Code 11402",
|
|
7
7
|
"InvalidPaymentDetails": "We apologise, but you payment details are not valid. Please make sure you entered all payment details correctly and try again or contact Customer Support for further assistance. Error Code 13555"
|
|
8
|
-
}
|
|
8
|
+
}
|
|
9
9
|
}
|