<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'PsCheckout\Core\PayPal\Payment\Authorization\Action\CaptureAuthorizationAction' shared service.

return $this->services['PsCheckout\\Core\\PayPal\\Payment\\Authorization\\Action\\CaptureAuthorizationAction'] = new \PsCheckout\Core\PayPal\Payment\Authorization\Action\CaptureAuthorizationAction(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['PsCheckout\\Api\\Http\\PaymentHttpClient'] ?? $this->load('getPaymentHttpClientService.php')), ($this->services['PsCheckout\\Infrastructure\\Repository\\PayPalOrderAuthorizationRepository'] ?? $this->load('getPayPalOrderAuthorizationRepositoryService.php')));
