<?php
namespace ContainerKzwxB7E;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getBdm_Checkout_PbPaymentServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'bdm.checkout.pb_payment_service' shared service.
*
* @return \Bdm\CheckoutBundle\Service\PaymentGateway\Pb\PaymentService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/bundles/CheckoutBundle/Service/PaymentGateway/Pb/PbBaseService.php';
include_once \dirname(__DIR__, 4).'/bundles/CheckoutBundle/Service/PaymentGateway/AlternativeAmountTrait.php';
include_once \dirname(__DIR__, 4).'/bundles/CheckoutBundle/Service/PaymentGateway/Pb/PaymentService.php';
$a = ($container->privates['bdm.checkout.transaction_service'] ?? $container->load('getBdm_Checkout_TransactionServiceService'));
if (isset($container->services['bdm.checkout.pb_payment_service'])) {
return $container->services['bdm.checkout.pb_payment_service'];
}
$container->services['bdm.checkout.pb_payment_service'] = $instance = new \Bdm\CheckoutBundle\Service\PaymentGateway\Pb\PaymentService(($container->privates['Nexy\\PayboxDirect\\Paybox'] ?? $container->load('getPayboxService')), ($container->privates['monolog.logger.paybox'] ?? $container->load('getMonolog_Logger_PayboxService')), ($container->privates['bdm.checkout.pb_error_logger'] ?? $container->load('getBdm_Checkout_PbErrorLoggerService')), $container->parameters['paybox_api.rejection_codes'], ($container->privates['bdm.alternative_amount_repo'] ?? $container->load('getBdm_AlternativeAmountRepoService')), ($container->privates['bdm.checkout.pb_credentials_service'] ?? $container->load('getBdm_Checkout_PbCredentialsServiceService')), $a);
$instance->setPaymentRepo(($container->privates['bdm.checkout.pb_payment_repository'] ?? $container->load('getBdm_Checkout_PbPaymentRepositoryService')));
return $instance;
}
}