Cutsin
Cutsin
eg. My Config ```js vueI18n({ include: ['./myProject/submodule/locales/**', './myProject/locales/**'] }) ``` And my locale files could be places here: ```sh ├── ./myProject/ │ ├── ./submodule/locales/en.yaml │ ├── ./locales/en.yaml ``` Only `'./myProject/submodule/locales/**'`...
**Description:** There is a mistake in the code example provided in the Hosted Payment Page documentation: https://www.airwallex.com/docs/js/payments/hosted-payment-page/. The code refers to **`payment`**, but it should be **`payments`.** **Correct example:** ```js...