var/cache/dev/ContainerKzwxB7E/getBdm_Checkout_TransactionServiceService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerKzwxB7E;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7. */
  8. class getBdm_Checkout_TransactionServiceService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'bdm.checkout.transaction_service' shared service.
  12. *
  13. * @return \Bdm\CheckoutBundle\Service\TransactionService
  14. */
  15. public static function do($container, $lazyLoad = true)
  16. {
  17. include_once \dirname(__DIR__, 4).'/bundles/CheckoutBundle/Service/TransactionService.php';
  18. $a = ($container->privates['bdm.checkout.payment_gateway'] ?? $container->load('getBdm_Checkout_PaymentGatewayService'));
  19. if (isset($container->privates['bdm.checkout.transaction_service'])) {
  20. return $container->privates['bdm.checkout.transaction_service'];
  21. }
  22. $b = ($container->services['bdm.balance_service'] ?? $container->load('getBdm_BalanceServiceService'));
  23. if (isset($container->privates['bdm.checkout.transaction_service'])) {
  24. return $container->privates['bdm.checkout.transaction_service'];
  25. }
  26. $c = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
  27. if (isset($container->privates['bdm.checkout.transaction_service'])) {
  28. return $container->privates['bdm.checkout.transaction_service'];
  29. }
  30. return $container->privates['bdm.checkout.transaction_service'] = new \Bdm\CheckoutBundle\Service\TransactionService($a, ($container->services['bdm.transaction_repository'] ?? $container->load('getBdm_TransactionRepositoryService')), ($container->privates['bdm.payment_repository'] ?? $container->load('getBdm_PaymentRepositoryService')), $b, $c);
  31. }
  32. }