Skip to content

Commit

Permalink
logic explained
Browse files Browse the repository at this point in the history
  • Loading branch information
SirDomin committed Dec 3, 2020
1 parent 9f5fef7 commit a0c1577
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ApiPlatform/PayPalPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
use Symfony\Component\Routing\RouterInterface;

//TODO: once we implement ApiPlatformPayment interface in core, implement it here
/**
* @experimental
* This part is used to wire payment method handlers with Api Platform based on (https://github.com/Sylius/Sylius/pull/12107)
* For now its dead code for itself, once we tag new Sylius version with new changes this code will be used.
*/
final class PayPalPayment
{
/** @var RouterInterface */
Expand Down

0 comments on commit a0c1577

Please sign in to comment.