Francis Hilaire
Francis Hilaire
@pierredup the old `payum/stripe` is using the target_url of the capture token which is a capture url, that is to say the capture phase will be executed a second time...
@pierredup am I wrong using the capture token `after_url` or all gateways should use the `target_url` instead, making the `capture` phase twice ?
> I rebased the PR to fix CI :). @jakubtobiasz, I commit the required cleaning suggestion 😉, thank you for your review.
@NoResponseMate or @jakubtobiasz ready for review again (I rebased on 1.13 branch by mistake so I go back and rebased it onto the 1.12 branch)
Hello in the same context, during a discussion on the Symfony Devs Slack some devs ask about the ability to use a PSR-18 HTTP Client when using `stripe/stripe-php`. Here is...
Hello @dhenze and @rkhyd I re-test the last release of `sylius/sylius-standard` and the issue is no more here. You can simply edit the new `compose.override.yml` file and change the external...
@patbsh are you sure your fork the last version ? Can you describe how you changed the memory limit with the new config ?
@patbsh it seems you are using your local PHP binary instead of the docker one doing so. You do not need to `composer create-project sylius/sylius-standard`, please follow the dedicated documentation...
Maybe using another event related to the product show page would be a better idea and then adding a block extending the metatags block into the twig file linked to...