Francis Hilaire

Results 35 comments of Francis Hilaire

Hello @pbalcerzak can we expect a new release soon ? #452 is required to be able to install Sylius 1.11.9 with this plugin.

@pbalcerzak thanks a lot 😉, it's working now : ![image](https://user-images.githubusercontent.com/861820/193798659-bc2fa551-0ea2-4f76-a067-7af70da7f61b.png)

@chougron you have to use `.env.local` file instead to redefine your own env vars.

That's why I propose to add a special `ChannelContext`. Some plugins like [BitBagCommerce/SyliusCmsPlugin](https://github.com/BitBagCommerce/SyliusCmsPlugin/blob/master/src/Fixture/Factory/BlockFixtureFactory.php) use `ChannelContext` with fixture loading for exemple, but other plugins are maybe doing this also. I could...

> I have an alternative solution for this (not a PR though) in #13871. @rimas-kudelis you are right, I found it better to create constraint instead of using Exception inside...

@lchrusciel @Zales0123 the proposal from @rimas-kudelis is smarter than changing the exception, so I restart this PR from scratch and add two new validators aiming to validate the `RequestPassword` before...

For those who need a gateway using [Stripe Session Checkout](https://stripe.com/docs/payments/checkout) I made a bundle and a Sylius plugin to use it : https://github.com/Prometee/PayumStripeCheckoutSessionBundle https://github.com/Prometee/SyliusPayumStripeCheckoutSessionPlugin All based on the lib :...

Handling subscription with Stripe on Sylius require more than this code. But what you are showing is working if you want to test it.

It's also maybe good to drop support for legacy gateways and focus on the Payum core library too, WDYT ?

The fact is, when you generate a capture token you will generate two tokens, one will be used for the `capture` phase and the other one during the `done` phase....