<?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\Order\Provider\PayPalOrderProvider' shared service.

return $this->services['PsCheckout\\Core\\PayPal\\Order\\Provider\\PayPalOrderProvider'] = new \PsCheckout\Core\PayPal\Order\Provider\PayPalOrderProvider(($this->services['PsCheckout\\Core\\PayPal\\Order\\Cache\\PayPalOrderCache'] ?? $this->load('getPayPalOrderCacheService.php')), ($this->services['PsCheckout\\Api\\Http\\OrderHttpClient'] ?? $this->load('getOrderHttpClientService.php')), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['PsCheckout\\Infrastructure\\Repository\\PayPalOrderRepository'] ?? $this->load('getPayPalOrderRepositoryService.php')));
