View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005587 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2013-12-20 16:26 | 2014-01-06 13:53 |
| Reporter | indianer3c | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.8.1 / 5.1.1 | ||||
| Fixed in Version | 4.8.2 / 5.1.2 | ||||
| Summary | 0005587: Improve Sepa BIC / IBAN Error Handling | ||||
| Description | oxinputvalidator.php -> validatePaymentInputData() <php> // Check BIC / IBAN if ( $oSepaValidator->isValidBIC($aDynvalue['lsblz']) && $oSepaValidator->isValidIBAN($aDynvalue['lsktonr']) ) { $mxValidationResult = true; } // If can't meet BIC / IBAN formats check account number and bank code with old validation if ( !$mxValidationResult ) { ... } return $mxValidationResult; </php> For example: if the BIC has been entered correctly but not the IBAN, further processing of the validation method will lead to a wrong error message. It just will tell the user that the Bank-Code he entered is wrong instead of telling hime directly that it's the IBAN that has wrong. | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||