Add IBAN and BIC validation with custom hooks; update localization messages and cache timestamps
This commit is contained in:
@@ -37,5 +37,10 @@
|
||||
"unclean": "Discrepancies",
|
||||
"failed": "Failed"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"invalidIbanChecksum": "The entered IBAN is invalid. Please check for typos.",
|
||||
"invalidBicLength": "The BIC/SWIFT code must be 8 or 11 characters long.",
|
||||
"invalidBicFormat": "The entered BIC/SWIFT code has an invalid format. Example: COBADEFFXXX"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user