@everymatrix/cashier-error 1.34.0 → 1.34.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-error",
3
- "version": "1.34.0",
3
+ "version": "1.34.2",
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": "c9ad96fd45d67455a049f61462d8b4523a78ba54"
38
+ "gitHead": "99004a0501ea8fb9219aac803a986e470f556838"
39
39
  }
@@ -2,7 +2,6 @@
2
2
  <script lang="ts">
3
3
  import { _, addNewMessages, setLocale } from './i18n';
4
4
  import { TRANSLATIONS } from './translations';
5
-
6
5
  export let assetsurl: string = '';
7
6
  export let lang: string = 'en';
8
7
  export let hidebuttons: string = '';
@@ -2,8 +2,11 @@ export const TRANSLATIONS = {
2
2
  "en": {
3
3
  "errorGeneralTitle": "Error Occurred",
4
4
  "errorGeneralButton": "CLOSE",
5
+ "PlayerSessionIsNotValid": "Player session is not valid",
5
6
  "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
7
  "PaymentMethodNotAllowed": "We apologise, but this payment method is unavailable at this time, please contact Customer Support for further assistance. Error Code 11402",
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
+ "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",
9
+ "MerchantUserHasWithdrawBlockRole": "Dear Player! Please be informed that currently you are not allowed to initiate withdrawal transactions from your player account. Error Code: 21122",
10
+ "MerchantUserHasDepositBlockRole": "Dear Player! Please be informed that currently you are not allowed to initiate deposit transactions from your player account. Error Code: 21123"
8
11
  }
9
12
  }