feat: add quick payment receive & made in action Bar detail.

This commit is contained in:
elforjani13
2021-09-26 22:08:13 +02:00
parent 71f9fa47d4
commit 288225a0c1
7 changed files with 35 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ export const transformErrors = (errors, { setFieldError }) => {
intl.get('payment_number_is_not_unique'),
);
}
if (getError('INVALID_PAYMENT_AMOUNT')) {
if (getError('INVALID_BILL_PAYMENT_AMOUNT')) {
setFieldError(
'payment_amount',
intl.get('the_payment_amount_bigger_than_invoice_due_amount'),