Loic

Results 11 issues of Loic

This is a failing test that demonstrate a possible bug. This is a failing test in response to this issue #1592. I have tested both from code at version `0.16.2`...

### Steps to reproduce - I have a free shipping promo if the total amount is > 50 $ - my order total is at 55 $ - I apply...

Bug

## Summary This PR migrates the creation of new shipping categories to the new admin interface. It follows the same kind of work done for Tax categories in https://github.com/solidusio/solidus/pull/5674 There...

changelog:solidus_core
changelog:solidus_admin

## Summary This PR follows the work started on https://github.com/solidusio/solidus/pull/5718 where Shipping categories creation was implemented. This PR is for updating a shipping category. The issue is https://github.com/solidusio/solidus/issues/5720 This PR...

changelog:solidus_core
changelog:solidus_admin

Hi, First thank you for your tool, really useful to have a backup of my playlists! I just have a question: Do you know if there is a faster way...

**Desired Behavior** it seems like stripe events can "leak" between environment. A test event can appear in production webhooks. a check must be done on the event payload via the...

enhancement

for solidus_stripe v5: Stripe api is versionned and the gem does not clarify what version is used. it should either lock it or make it configurable as an ENV variable....

enhancement

**Desired Behavior** events received via webhooks should verify that it's coming from a Stripe server for security reason before processing/handling it. https://stripe.com/docs/ips

enhancement

**Desired Behavior** I understand that the priority is to have a payment flow working with the starter front. In order to support more cases, it would be good to also...

enhancement

Would it be possible to move `spec/support/solidus_stripe/webhook/event_with_context_factory` to `lib/solidus_stripe/testing_support/factories` ? When adding tests to my app for some stripe events (either if overwritting or adding new events handlers), it would...

enhancement