View Issue Details

IDProjectCategoryView StatusLast Update
0006230OXID eShop (all versions)4.06. Language and translationspublic2024-02-14 10:57
Reporterhenrik.steffen Assigned To 
PrioritylowSeveritytextReproducibilityalways
Status confirmedResolutionopen 
Product Version4.9.3 / 5.2.3 
Summary0006230: Wrong error message in SEPA mode
DescriptionIf shop runs in pure SEPA mode for direct debit payments ("blSkipDebitOldBankInfo") the payment page will ask users to specify:

BIC and IBAN

If you enter an invalid BIC it will display an error message, that the Bank Code (BLZ) is wrong. Error message should be, that the BIC is wrong.

TagsNo tags attached.
Attached Files
ThemeAzure
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

martinwegele

2015-09-10 11:34

reporter   ~0011212

Last edited: 2015-09-10 12:28

Indeed: Both oxInputValidator::_validateDebitNote and oxInputValidator::_validateOldDebitInfo use the same error code oxInputValidator::INVALID_BANK_CODE (-4) for the template.

QA

2015-09-10 12:27

administrator   ~0011213

Possible Workaround: Modify the translation of MESSAGE_PAYMENT_BANK_CODE_INVALID to mention both BIC and BLZ.