Mohamed ABDELLANI

Results 49 comments of Mohamed ABDELLANI

@drummer83 Can you please tell me where can I enable it? I can't find it on `/admin/general_settings/edit` or `/admin/payment_methods`

After comparing the legacy checkout with the split checkout. I noticed that the `payment_intent` was created but processed in the split checkout. ![image](https://user-images.githubusercontent.com/16113997/205300569-516f59b8-6343-4293-aa90-7ac0249648e5.png) In the legacy checkout controller, the submit...

Hi @filipefurtad0 , @RachL In case of order processing failure: 1. the order state machine moves back to ~~`card`~~ `cart`. 2. the user's choices of shipping method will be removed....

> I think card was a typo, it gets reset to cart state. Yes, you're right. Sorry, my mistake. > I don't think failed payments get deleted ok_hand I double-checked,...

> > the order is reset to cart, so the user will be redirected back to details after being redirected to payment > > Yes, but if we drop that...

From the [article](https://world.hey.com/dhh/rails-7-will-have-three-great-answers-to-javascript-in-2021-8d68191b), there are three alternatives: 1. [importmap-rails](https://github.com/rails/importmap-rails/) the default approach that will be used on Rails 7. 2. [jsbundling-rails](https://github.com/rails/jsbundling-rails) >If you're on Webpacker today, it's a very modest...

How about using [shakapaker](https://github.com/shakacode/shakapacker)? @openfoodfoundation/developers

@filipefurtad0 I'm not able to reproduce the issue locally.

is this still happening? @nicolasVr @RachL @filipefurtad0

I checked the bugsnag report for the last 7 days and I couldn't find any issues related to the invoices bulk printing. https://app.bugsnag.com/open-food-france/coopcircuits/timeline?filters[event.since]=7d&pivot_tab=error I think this is a different problem...