fix(webapp): payment made form does not handle not unique number an error message

This commit is contained in:
Ahmed Bouhuolia
2023-06-26 20:57:52 +02:00
parent c7b4846cb0
commit b6a1c9ab4b
3 changed files with 12 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
export const PAYMENT_MADE_ERRORS = {
PAYMENT_NUMBER_NOT_UNIQUE: 'PAYMENT.NUMBER.NOT.UNIQUE',
WITHDRAWAL_ACCOUNT_CURRENCY_INVALID: 'WITHDRAWAL_ACCOUNT_CURRENCY_INVALID',
INVALID_BILL_PAYMENT_AMOUNT: 'INVALID_BILL_PAYMENT_AMOUNT'
};