I have set up GA4 and GTM, connected it with shopify and implemented a datalayers snippet into shopify following this github repo: https://github.com/TechnicalWebAnalytics/dataLayer-shopify
Now my problem is that the prices which are tracked are without decimals in GA4 and so the revenue is way too high. I found that in the dataLayer-allPages.js file there is for every price an modificator that tells 'remove: ","' I guess that this is the problem. I have removed those modificators and in GTM Debugger it now shows the prices with decimal places but in GA4 I can't see transactions for the time after I have made those changes.
Here I have marked the prices that are tracked in GTM Debug View after I have removed the remove: "," liquid modifier in my code

