Francis Hilaire
Francis Hilaire
This feature has been merged and available as an experimental feature in Sylius 2.0. A documentation page has been also created : https://docs.sylius.com/the-customization-guide/customizing-payments/how-to-integrate-a-payment-gateway-as-a-plugin
@TheMilek can you rebase this PR, your changes are lost in my commits :D
@dbalabka hello ! Sylius core team is working on an approche called Payment request you can found more info in this PR https://github.com/Sylius/Sylius/pull/15502 and test it using this branch https://github.com/Sylius/Sylius/tree/payment-request...
@pierredup what I've done to support Payum using this new concept of PaymentRequest is to create those two actions : https://github.com/Sylius/Sylius/tree/payment-request/src/Sylius/Bundle/CoreBundle/PaymentRequest/Payum/Action - `SyliusGetHttpRequestAction` is allowing to get HTTP request using...
@dbalabka it will simply allows you to decide what your gateway is doing when a PaymentRequest is requested. Previously you were kind of forced to use Payum, but with PaymentRequest...
Hello @codedge ! Transport `payment_request` is meant to be sync not async, then there is no need to consume it. However, `main` and `catalog_promotion_removal` are async and need to be...
I'm not so confident writing a PR for a JS librairie, I'm more into the PHP ecosystem. This issue can be concidered like a possible evolution to keep in mind.
@Dev-patel1882, you can simply add the missing bundle to the file `tests/Application/config/bundles.php` : https://github.com/Sylius/PluginSkeleton/blob/1.12/tests/Application/config/bundles.php The missing bundle is this one : https://github.com/Sylius/Sylius-Standard/blob/1.13/config/bundles.php#L9