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

[v3.1] Fix creating refund with amount in foreign format #4345

Merged

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Apr 20, 2022

Same as #4344 but for v3.1

The numericality validation in rails cannot handle prices
in non-float based amounts (Ie. 100,00 EUR).

Using Spree::LocalizedNumber to convert the amount before validation.

@tvdeyen tvdeyen changed the title Fix creating refund with amount in foreign format [v3.1] Fix creating refund with amount in foreign format Apr 20, 2022
@tvdeyen tvdeyen closed this Apr 21, 2022
@tvdeyen tvdeyen reopened this Apr 21, 2022
The numericality validation in rails cannot handle prices
in non-float based amounts (Ie. 100,00 EUR).

Using `Spree::LocalizedNumber` to convert the amount before validation.
@tvdeyen tvdeyen force-pushed the v3.1-fix-refund-form-input-format branch from 213e879 to 87f65ed Compare April 21, 2022 20:06
@tvdeyen tvdeyen added the changelog:solidus_core Changes to the solidus_core gem label Apr 25, 2022
@waiting-for-dev waiting-for-dev merged commit 835eb32 into solidusio:v3.1 Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:solidus_core Changes to the solidus_core gem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants