Florent SCHILDKNECHT

Results 63 comments of Florent SCHILDKNECHT

Hey @ngocnguyen8Bit, thanks for the tip ; I will dive into Stripe's changelog to see the version 4.5 is causing backward-compatibility breaks ; > https://github.com/stripe/stripe-php/blob/master/CHANGELOG.md Then propose either an updated...

Hey @megresec, thanks for the post :) The reason I did not catch such exceptions inside the library is because I usually prefer to catch it inside a controller, to...

Hey @diriy, that means that your are requesting incompatible packages. This bundle is a bit out of date, and requires a version of Stripe (v3) which is not the last...

FYI I plan to support Stripe v5 in the near future, just did not have the time to dig into it for now.

Hummmmm never had such issue, could you give me a bit more details about your environment? php version, symfony version, or if this is not confidential, the complete dependencies list?

Hello @simonackermann , it seems that you're version of Symfony cannot autowire scalar arguments: `you should configure its value explicitly`. http://symfony.com/doc/master/service_container.html#manually-wiring-arguments I have not used this bundle on a Symfony...

Hey @plbertret, yeah, most likely, I was waiting for the release, didn't had time to dig into it last month :) Unfortunately, I'm affraid I won't be able to check...

Okay thanks for reminding btw, I'll try to do it tonight or tomorrow... Hope there's no actual incompatibility and just editing composer.json file will be enough!

Can any of you test it with the brand new 2.0.0 release, thanks to @plbertret for the changes? `composer require flosch/stripe-bundle 2.0.0`

@iCodr8: to answer you the reason behind this: > The problem is that you define a specific version of stripe-php in the composer file. the problem of allowing any version...