Skip to content

Commit 10ad9d0

Browse files
committed
Missed injecting the service into gateway.
1 parent e3570ac commit 10ad9d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Plugin/Commerce/PaymentGateway/ExpressCheckout.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ public static function create(ContainerInterface $container, array $configuratio
123123
$container->get('logger.factory'),
124124
$container->get('http_client'),
125125
$container->get('commerce_price.rounder'),
126-
$container->get('commerce.time')
126+
$container->get('commerce.time'),
127+
$container->get('commerce_paypal.ipn_handler')
127128
);
128129
}
129130

0 commit comments

Comments
 (0)