Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing currency letter to cause the first number of the transaction to be cut of #17

Merged
merged 1 commit into from
Jul 27, 2015

Conversation

sven-codeculture
Copy link
Contributor

(Currencys always have a letter at the 3rd letter of the currency code (http://www.xe.com/iso4217.php))

Bug was caused by my last fix #14 since i didnt pay Attantion that if the currency is missing the first number for the transaction will be cut off.
Since the currency ISO's 3rd character is always an Letter i check for [a-zA-Z] now instad of anything.

…ion to be cut of

(Currencys always have a letter at the 3rd letter of the currency code (http://www.xe.com/iso4217.php))
fruitl00p added a commit that referenced this pull request Jul 27, 2015
Fix missing currency letter to cause the first number of the transaction to be cut of
@fruitl00p fruitl00p merged commit 20f0fc0 into fruitl00p:master Jul 27, 2015
@fruitl00p
Copy link
Owner

thanks

@sven-codeculture
Copy link
Contributor Author

is if possible to get an hoxfix version for that fix? at the moment one of our customers can't process his bank statement files and i would prefer just updating my composer file then having the spk class duplicate in the project.

Greeting Sven

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants