You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Can you do the update for the new Costa Rica BBAN Format.
The entry for Costa Rica is now:
CR2!n4!n14!n (length 22)
In the previous version it was shown as:
CR2!n3!n14!n (length 21)
So update needed :
BbanStructure.java
structures.put(CountryCode.CR,
new BbanStructure(
BbanStructureEntry.bankCode(4, 'n'),
BbanStructureEntry.accountNumber(14, 'n')));
The text was updated successfully, but these errors were encountered:
On Fri, Feb 9, 2018 at 2:36 PM, pmtitou ***@***.***> wrote:
Hi,
Can you do the update for the new Costa Rica BBAN Format.
The entry for Costa Rica is now:
CR2!n4!n14!n (length 22)
In the previous version it was shown as:
CR2!n3!n14!n (length 21)
So update needed :
BbanStructure.java
structures.put(CountryCode.CR,
new BbanStructure(
BbanStructureEntry.bankCode(*4*, 'n'),
BbanStructureEntry.accountNumber(14, 'n')));
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#44>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAkuLqCuvzMviJGYzLEH1-3bV2ioApHJks5tTEnHgaJpZM4R_7oU>
.
Hi,
Can you do the update for the new Costa Rica BBAN Format.
The entry for Costa Rica is now:
CR2!n4!n14!n (length 22)
In the previous version it was shown as:
CR2!n3!n14!n (length 21)
So update needed :
BbanStructure.java
structures.put(CountryCode.CR,
new BbanStructure(
BbanStructureEntry.bankCode(4, 'n'),
BbanStructureEntry.accountNumber(14, 'n')));
The text was updated successfully, but these errors were encountered: