@zennify/sdk-js 1.13.2 → 1.14.0
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 +1 -1
- package/src/errors.ts +1 -0
- package/translations/en_US.json +4 -0
- package/translations/pt_BR.json +4 -0
- package/types/errors.d.ts +1 -0
package/package.json
CHANGED
package/src/errors.ts
CHANGED
package/translations/en_US.json
CHANGED
|
@@ -195,6 +195,10 @@
|
|
|
195
195
|
"name": "Transaction not found.",
|
|
196
196
|
"message": "It may not exist or may belong to another user."
|
|
197
197
|
},
|
|
198
|
+
"MP_INTERNAL_ERROR": {
|
|
199
|
+
"name": "Mercado Pago returned an unknown error, please try again or wait for them to fix it.",
|
|
200
|
+
"message": "Please note that this error is not a Zennify problem, but a Mercado Pago problem."
|
|
201
|
+
},
|
|
198
202
|
"MP_ACCOUNT_OFFLINE": {
|
|
199
203
|
"name": "Unable to generate an order",
|
|
200
204
|
"message": "It appears that this Mercado Pago account is offline."
|
package/translations/pt_BR.json
CHANGED
|
@@ -191,6 +191,10 @@
|
|
|
191
191
|
"name": "Transação não encontrada.",
|
|
192
192
|
"message": "Talvez não exista ou pertença a outra pessoa."
|
|
193
193
|
},
|
|
194
|
+
"MP_INTERNAL_ERROR": {
|
|
195
|
+
"name": "O Mercado Pago retornou um erro desconhecido, tente novamente ou aguarde a correção deles.",
|
|
196
|
+
"message": "Note que esse erro não é um problema do Zennify, mas sim do Mercado Pago."
|
|
197
|
+
},
|
|
194
198
|
"MP_ACCOUNT_OFFLINE": {
|
|
195
199
|
"name": "Não foi possível gerar um pedido",
|
|
196
200
|
"message": "Aparentemente essa conta do Mercado Pago está inoperante."
|