Andrea Longhi
Andrea Longhi
@RyanofWoods thanks for this PR! I think it makes sense, although I would like to discuss some doubts that come to my mind. The first one is about the fact...
@RyanofWoods thanks for the detailed explanation ❤️ Well, given that the [frontend](https://github.com/solidusio/solidus/blob/a54f7139b6bc23d71697fcaada0aebba90614c34/frontend/app/controllers/spree/orders_controller.rb#L64) is leveraging the current behavior I think that changing the way `OrderContents#add` works becomes less desirable, dealing with...
@RyanofWoods yes, in general I think using `#save` would be better so we don't have to resort to error handling, but it would mean much more work, and I'm not...
@d-obuchowski FYI check also [this discussion](https://github.com/solidusio/solidus/discussions/4202), I think it may be related to your issues.
@abigoroth thanks for the translations! Can you please rebase the branch,so we have one single commit with all your changes? That would help in keeping things clean and tidy. Thank...
@nspinazz89 I'm sorry there are a few conflicts now, can you please rebase with master? thank you 🙏
@snoblucha thanks for updating that translation file 🙇 Can you please review the commits? I think there's too many of them, we should group related changes together. Also, commit messages...
> Still, at the moment, if you configure Solidus with any currency which has more than two digits for cents, Stripe charges are wrong. https://github.com/RubyMoney/money/blob/master/config/currency_iso.json#L223 @coorasse with Payment Intents at...
I tried to reproduce the issue and I think that as of today it's gone. With a single item purchase I followed the steps and I got the shipment destroyed,...
@elia this is a great idea! I wonder if we could make the FE fully usable as well somehow, but I guess the effort would not be small.