therouv / Magento-DebitPayment

DebitPayment Extension for Magento
http://www.magentocommerce.com/magento-connect/debitpayment.html
27 stars 24 forks source link

Fix handling of SWIFT-Codes with a length of eight characters #68

Closed mswebdesign closed 9 years ago

mswebdesign commented 9 years ago

SWIFT-Codes can be 8 or 11 characters long (see http://de.wikipedia.org/wiki/SWIFT#SWIFT-Code). If the 'short' version is used, append 'XXX' to pass js validation and fetch the correct bank name

therouv commented 9 years ago

Related issue: #65

therouv commented 9 years ago

Thanks!