<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInitb90a946d3b11d2c701bf473e8af35ef2
{
    public static $prefixLengthsPsr4 = array (
        'P' => 
        array (
            'PaypalPPBTlib\\' => 14,
            'PaypalAddons\\Psr\\Http\\Message\\' => 30,
            'PaypalAddons\\Prestashop\\ModuleLibMboInstaller\\' => 46,
            'PaypalAddons\\Prestashop\\ModuleLibGuzzleAdapter\\' => 47,
            'PaypalAddons\\PrestaShop\\PsAccountsInstaller\\' => 44,
            'PaypalAddons\\Http\\Promise\\' => 26,
            'PaypalAddons\\Http\\Message\\' => 26,
            'PaypalAddons\\Http\\Client\\' => 25,
            'PaypalAddons\\GuzzleHttp\\Psr7\\' => 29,
            'PaypalAddons\\Defuse\\Crypto\\' => 27,
            'PaypalAddons\\Clue\\StreamFilter\\' => 31,
            'PaypalAddons\\' => 13,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'PaypalPPBTlib\\' => 
        array (
            0 => __DIR__ . '/..' . '/ppbtlib/src',
        ),
        'PaypalAddons\\Psr\\Http\\Message\\' => 
        array (
            0 => __DIR__ . '/..' . '/prefixed/psr/http-message/src',
        ),
        'PaypalAddons\\Prestashop\\ModuleLibMboInstaller\\' => 
        array (
            0 => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-mbo-installer/src',
        ),
        'PaypalAddons\\Prestashop\\ModuleLibGuzzleAdapter\\' => 
        array (
            0 => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-guzzle-adapter/src',
        ),
        'PaypalAddons\\PrestaShop\\PsAccountsInstaller\\' => 
        array (
            0 => __DIR__ . '/..' . '/prefixed/prestashop/prestashop-accounts-installer/src',
        ),
        'PaypalAddons\\Http\\Promise\\' => 
        array (
            0 => __DIR__ . '/..' . '/prefixed/php-http/promise/src',
        ),
        'PaypalAddons\\Http\\Message\\' => 
        array (
            0 => __DIR__ . '/..' . '/prefixed/php-http/message/src',
        ),
        'PaypalAddons\\Http\\Client\\' => 
        array (
            0 => __DIR__ . '/..' . '/prefixed/php-http/httplug/src',
        ),
        'PaypalAddons\\GuzzleHttp\\Psr7\\' => 
        array (
            0 => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src',
        ),
        'PaypalAddons\\Defuse\\Crypto\\' => 
        array (
            0 => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src',
        ),
        'PaypalAddons\\Clue\\StreamFilter\\' => 
        array (
            0 => __DIR__ . '/..' . '/prefixed/clue/stream-filter/src',
        ),
        'PaypalAddons\\' => 
        array (
            0 => __DIR__ . '/../..' . '/',
        ),
    );

    public static $classMap = array (
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
        'MethodEC' => __DIR__ . '/../..' . '/classes/MethodEC.php',
        'MethodMB' => __DIR__ . '/../..' . '/classes/MethodMB.php',
        'MethodPPP' => __DIR__ . '/../..' . '/classes/MethodPPP.php',
        'PayPal' => __DIR__ . '/../..' . '/paypal.php',
        'PaypalAbstarctModuleFrontController' => __DIR__ . '/../..' . '/controllers/front/abstract.php',
        'PaypalAddons\\Clue\\StreamFilter\\CallbackFilter' => __DIR__ . '/..' . '/prefixed/clue/stream-filter/src/CallbackFilter.php',
        'PaypalAddons\\Defuse\\Crypto\\Core' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/Core.php',
        'PaypalAddons\\Defuse\\Crypto\\Crypto' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/Crypto.php',
        'PaypalAddons\\Defuse\\Crypto\\DerivedKeys' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/DerivedKeys.php',
        'PaypalAddons\\Defuse\\Crypto\\Encoding' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/Encoding.php',
        'PaypalAddons\\Defuse\\Crypto\\Exception\\BadFormatException' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/Exception/BadFormatException.php',
        'PaypalAddons\\Defuse\\Crypto\\Exception\\CryptoException' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/Exception/CryptoException.php',
        'PaypalAddons\\Defuse\\Crypto\\Exception\\EnvironmentIsBrokenException' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/Exception/EnvironmentIsBrokenException.php',
        'PaypalAddons\\Defuse\\Crypto\\Exception\\IOException' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/Exception/IOException.php',
        'PaypalAddons\\Defuse\\Crypto\\Exception\\WrongKeyOrModifiedCiphertextException' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php',
        'PaypalAddons\\Defuse\\Crypto\\File' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/File.php',
        'PaypalAddons\\Defuse\\Crypto\\Key' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/Key.php',
        'PaypalAddons\\Defuse\\Crypto\\KeyOrPassword' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/KeyOrPassword.php',
        'PaypalAddons\\Defuse\\Crypto\\KeyProtectedByPassword' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/KeyProtectedByPassword.php',
        'PaypalAddons\\Defuse\\Crypto\\RuntimeTests' => __DIR__ . '/..' . '/prefixed/defuse/php-encryption/src/RuntimeTests.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\AppendStream' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/AppendStream.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\BufferStream' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/BufferStream.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\CachingStream' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/CachingStream.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\DroppingStream' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/DroppingStream.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\FnStream' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/FnStream.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\Header' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/Header.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\InflateStream' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/InflateStream.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\LazyOpenStream' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/LazyOpenStream.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\LimitStream' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/LimitStream.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\Message' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/Message.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\MessageTrait' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/MessageTrait.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\MimeType' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/MimeType.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\MultipartStream' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/MultipartStream.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\NoSeekStream' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/NoSeekStream.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\PumpStream' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/PumpStream.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\Query' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/Query.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\Request' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/Request.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\Response' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/Response.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\Rfc7230' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/Rfc7230.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\ServerRequest' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/ServerRequest.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\Stream' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/Stream.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\StreamDecoratorTrait' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\StreamWrapper' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/StreamWrapper.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\UploadedFile' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/UploadedFile.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\Uri' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/Uri.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\UriComparator' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/UriComparator.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\UriNormalizer' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/UriNormalizer.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\UriResolver' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/UriResolver.php',
        'PaypalAddons\\GuzzleHttp\\Psr7\\Utils' => __DIR__ . '/..' . '/prefixed/guzzlehttp/psr7/src/Utils.php',
        'PaypalAddons\\Http\\Client\\Exception' => __DIR__ . '/..' . '/prefixed/php-http/httplug/src/Exception.php',
        'PaypalAddons\\Http\\Client\\Exception\\HttpException' => __DIR__ . '/..' . '/prefixed/php-http/httplug/src/Exception/HttpException.php',
        'PaypalAddons\\Http\\Client\\Exception\\NetworkException' => __DIR__ . '/..' . '/prefixed/php-http/httplug/src/Exception/NetworkException.php',
        'PaypalAddons\\Http\\Client\\Exception\\RequestException' => __DIR__ . '/..' . '/prefixed/php-http/httplug/src/Exception/RequestException.php',
        'PaypalAddons\\Http\\Client\\Exception\\TransferException' => __DIR__ . '/..' . '/prefixed/php-http/httplug/src/Exception/TransferException.php',
        'PaypalAddons\\Http\\Client\\HttpAsyncClient' => __DIR__ . '/..' . '/prefixed/php-http/httplug/src/HttpAsyncClient.php',
        'PaypalAddons\\Http\\Client\\HttpClient' => __DIR__ . '/..' . '/prefixed/php-http/httplug/src/HttpClient.php',
        'PaypalAddons\\Http\\Client\\Promise\\HttpFulfilledPromise' => __DIR__ . '/..' . '/prefixed/php-http/httplug/src/Promise/HttpFulfilledPromise.php',
        'PaypalAddons\\Http\\Client\\Promise\\HttpRejectedPromise' => __DIR__ . '/..' . '/prefixed/php-http/httplug/src/Promise/HttpRejectedPromise.php',
        'PaypalAddons\\Http\\Message\\Authentication' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Authentication.php',
        'PaypalAddons\\Http\\Message\\Authentication\\AutoBasicAuth' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Authentication/AutoBasicAuth.php',
        'PaypalAddons\\Http\\Message\\Authentication\\Matching' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Authentication/Matching.php',
        'PaypalAddons\\Http\\Message\\Authentication\\QueryParam' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Authentication/QueryParam.php',
        'PaypalAddons\\Http\\Message\\Authentication\\RequestConditional' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Authentication/RequestConditional.php',
        'PaypalAddons\\Http\\Message\\Builder\\ResponseBuilder' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Builder/ResponseBuilder.php',
        'PaypalAddons\\Http\\Message\\Cookie' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Cookie.php',
        'PaypalAddons\\Http\\Message\\CookieJar' => __DIR__ . '/..' . '/prefixed/php-http/message/src/CookieJar.php',
        'PaypalAddons\\Http\\Message\\CookieUtil' => __DIR__ . '/..' . '/prefixed/php-http/message/src/CookieUtil.php',
        'PaypalAddons\\Http\\Message\\Decorator\\MessageDecorator' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Decorator/MessageDecorator.php',
        'PaypalAddons\\Http\\Message\\Decorator\\RequestDecorator' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Decorator/RequestDecorator.php',
        'PaypalAddons\\Http\\Message\\Decorator\\ResponseDecorator' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Decorator/ResponseDecorator.php',
        'PaypalAddons\\Http\\Message\\Decorator\\StreamDecorator' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Decorator/StreamDecorator.php',
        'PaypalAddons\\Http\\Message\\Encoding\\ChunkStream' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Encoding/ChunkStream.php',
        'PaypalAddons\\Http\\Message\\Encoding\\CompressStream' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Encoding/CompressStream.php',
        'PaypalAddons\\Http\\Message\\Encoding\\DechunkStream' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Encoding/DechunkStream.php',
        'PaypalAddons\\Http\\Message\\Encoding\\DecompressStream' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Encoding/DecompressStream.php',
        'PaypalAddons\\Http\\Message\\Encoding\\DeflateStream' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Encoding/DeflateStream.php',
        'PaypalAddons\\Http\\Message\\Encoding\\FilteredStream' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Encoding/FilteredStream.php',
        'PaypalAddons\\Http\\Message\\Encoding\\GzipDecodeStream' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Encoding/GzipDecodeStream.php',
        'PaypalAddons\\Http\\Message\\Encoding\\GzipEncodeStream' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Encoding/GzipEncodeStream.php',
        'PaypalAddons\\Http\\Message\\Encoding\\InflateStream' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Encoding/InflateStream.php',
        'PaypalAddons\\Http\\Message\\Exception' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Exception.php',
        'PaypalAddons\\Http\\Message\\Exception\\UnexpectedValueException' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Exception/UnexpectedValueException.php',
        'PaypalAddons\\Http\\Message\\Formatter' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Formatter.php',
        'PaypalAddons\\Http\\Message\\Formatter\\CurlCommandFormatter' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Formatter/CurlCommandFormatter.php',
        'PaypalAddons\\Http\\Message\\Formatter\\FullHttpMessageFormatter' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Formatter/FullHttpMessageFormatter.php',
        'PaypalAddons\\Http\\Message\\Formatter\\SimpleFormatter' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Formatter/SimpleFormatter.php',
        'PaypalAddons\\Http\\Message\\RequestMatcher' => __DIR__ . '/..' . '/prefixed/php-http/message/src/RequestMatcher.php',
        'PaypalAddons\\Http\\Message\\StreamFactory\\DiactorosStreamFactory' => __DIR__ . '/..' . '/prefixed/php-http/message/src/StreamFactory/DiactorosStreamFactory.php',
        'PaypalAddons\\Http\\Message\\StreamFactory\\GuzzleStreamFactory' => __DIR__ . '/..' . '/prefixed/php-http/message/src/StreamFactory/GuzzleStreamFactory.php',
        'PaypalAddons\\Http\\Message\\StreamFactory\\SlimStreamFactory' => __DIR__ . '/..' . '/prefixed/php-http/message/src/StreamFactory/SlimStreamFactory.php',
        'PaypalAddons\\Http\\Message\\Stream\\BufferedStream' => __DIR__ . '/..' . '/prefixed/php-http/message/src/Stream/BufferedStream.php',
        'PaypalAddons\\Http\\Message\\UriFactory\\DiactorosUriFactory' => __DIR__ . '/..' . '/prefixed/php-http/message/src/UriFactory/DiactorosUriFactory.php',
        'PaypalAddons\\Http\\Message\\UriFactory\\GuzzleUriFactory' => __DIR__ . '/..' . '/prefixed/php-http/message/src/UriFactory/GuzzleUriFactory.php',
        'PaypalAddons\\Http\\Message\\UriFactory\\SlimUriFactory' => __DIR__ . '/..' . '/prefixed/php-http/message/src/UriFactory/SlimUriFactory.php',
        'PaypalAddons\\Http\\Promise\\FulfilledPromise' => __DIR__ . '/..' . '/prefixed/php-http/promise/src/FulfilledPromise.php',
        'PaypalAddons\\Http\\Promise\\Promise' => __DIR__ . '/..' . '/prefixed/php-http/promise/src/Promise.php',
        'PaypalAddons\\Http\\Promise\\RejectedPromise' => __DIR__ . '/..' . '/prefixed/php-http/promise/src/RejectedPromise.php',
        'PaypalAddons\\PrestaShop\\PsAccountsInstaller\\Installer\\Exception\\InstallerException' => __DIR__ . '/..' . '/prefixed/prestashop/prestashop-accounts-installer/src/Installer/Exception/InstallerException.php',
        'PaypalAddons\\PrestaShop\\PsAccountsInstaller\\Installer\\Exception\\ModuleNotInstalledException' => __DIR__ . '/..' . '/prefixed/prestashop/prestashop-accounts-installer/src/Installer/Exception/ModuleNotInstalledException.php',
        'PaypalAddons\\PrestaShop\\PsAccountsInstaller\\Installer\\Exception\\ModuleVersionException' => __DIR__ . '/..' . '/prefixed/prestashop/prestashop-accounts-installer/src/Installer/Exception/ModuleVersionException.php',
        'PaypalAddons\\PrestaShop\\PsAccountsInstaller\\Installer\\Facade\\PsAccounts' => __DIR__ . '/..' . '/prefixed/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php',
        'PaypalAddons\\PrestaShop\\PsAccountsInstaller\\Installer\\Installer' => __DIR__ . '/..' . '/prefixed/prestashop/prestashop-accounts-installer/src/Installer/Installer.php',
        'PaypalAddons\\PrestaShop\\PsAccountsInstaller\\Installer\\Presenter\\InstallerPresenter' => __DIR__ . '/..' . '/prefixed/prestashop/prestashop-accounts-installer/src/Installer/Presenter/InstallerPresenter.php',
        'PaypalAddons\\Prestashop\\ModuleLibGuzzleAdapter\\ClientFactory' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-guzzle-adapter/src/ClientFactory.php',
        'PaypalAddons\\Prestashop\\ModuleLibGuzzleAdapter\\Guzzle5\\Client' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-guzzle-adapter/src/Guzzle5/Client.php',
        'PaypalAddons\\Prestashop\\ModuleLibGuzzleAdapter\\Guzzle5\\Config' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-guzzle-adapter/src/Guzzle5/Config.php',
        'PaypalAddons\\Prestashop\\ModuleLibGuzzleAdapter\\Guzzle7\\Client' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-guzzle-adapter/src/Guzzle7/Client.php',
        'PaypalAddons\\Prestashop\\ModuleLibGuzzleAdapter\\Guzzle7\\Config' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-guzzle-adapter/src/Guzzle7/Config.php',
        'PaypalAddons\\Prestashop\\ModuleLibGuzzleAdapter\\Guzzle7\\Exception\\UnexpectedValueException' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-guzzle-adapter/src/Guzzle7/Exception/UnexpectedValueException.php',
        'PaypalAddons\\Prestashop\\ModuleLibGuzzleAdapter\\Guzzle7\\Promise' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-guzzle-adapter/src/Guzzle7/Promise.php',
        'PaypalAddons\\Prestashop\\ModuleLibGuzzleAdapter\\Interfaces\\ClientExceptionInterface' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-guzzle-adapter/src/Interfaces/ClientExceptionInterface.php',
        'PaypalAddons\\Prestashop\\ModuleLibGuzzleAdapter\\Interfaces\\ConfigInterface' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-guzzle-adapter/src/Interfaces/ConfigInterface.php',
        'PaypalAddons\\Prestashop\\ModuleLibGuzzleAdapter\\Interfaces\\HttpClientInterface' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-guzzle-adapter/src/Interfaces/HttpClientInterface.php',
        'PaypalAddons\\Prestashop\\ModuleLibGuzzleAdapter\\VersionDetection' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-guzzle-adapter/src/VersionDetection.php',
        'PaypalAddons\\Prestashop\\ModuleLibMboInstaller\\DependencyBuilder' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-mbo-installer/src/DependencyBuilder.php',
        'PaypalAddons\\Prestashop\\ModuleLibMboInstaller\\Installer' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-mbo-installer/src/Installer.php',
        'PaypalAddons\\Prestashop\\ModuleLibMboInstaller\\Presenter' => __DIR__ . '/..' . '/prefixed/prestashop/module-lib-mbo-installer/src/Presenter.php',
        'PaypalAddons\\Psr\\Http\\Message\\MessageInterface' => __DIR__ . '/..' . '/prefixed/psr/http-message/src/MessageInterface.php',
        'PaypalAddons\\Psr\\Http\\Message\\RequestInterface' => __DIR__ . '/..' . '/prefixed/psr/http-message/src/RequestInterface.php',
        'PaypalAddons\\Psr\\Http\\Message\\ResponseInterface' => __DIR__ . '/..' . '/prefixed/psr/http-message/src/ResponseInterface.php',
        'PaypalAddons\\Psr\\Http\\Message\\ServerRequestInterface' => __DIR__ . '/..' . '/prefixed/psr/http-message/src/ServerRequestInterface.php',
        'PaypalAddons\\Psr\\Http\\Message\\StreamInterface' => __DIR__ . '/..' . '/prefixed/psr/http-message/src/StreamInterface.php',
        'PaypalAddons\\Psr\\Http\\Message\\UploadedFileInterface' => __DIR__ . '/..' . '/prefixed/psr/http-message/src/UploadedFileInterface.php',
        'PaypalAddons\\Psr\\Http\\Message\\UriInterface' => __DIR__ . '/..' . '/prefixed/psr/http-message/src/UriInterface.php',
        'PaypalAddons\\classes\\ACDC\\AcdcFunctionality' => __DIR__ . '/../..' . '/classes/ACDC/AcdcFunctionality.php',
        'PaypalAddons\\classes\\ACDC\\AcdcPaymentMethod' => __DIR__ . '/../..' . '/classes/ACDC/AcdcPaymentMethod.php',
        'PaypalAddons\\classes\\API\\ClientInterface' => __DIR__ . '/../..' . '/classes/API/ClientInterface.php',
        'PaypalAddons\\classes\\API\\Client\\HttpClient' => __DIR__ . '/../..' . '/classes/API/Client/HttpClient.php',
        'PaypalAddons\\classes\\API\\EnvironmentInterface' => __DIR__ . '/../..' . '/classes/API/EnvironmentInterface.php',
        'PaypalAddons\\classes\\API\\Environment\\PaypalEnvironment' => __DIR__ . '/../..' . '/classes/API/Environment/PaypalEnvironment.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\AccessTokenRequest' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/AccessTokenRequest.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\AcdcGenerateTokenRequest' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/AcdcGenerateTokenRequest.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\AddTrackingInfo' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/AddTrackingInfo.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\ConfirmPaymentSource' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/ConfirmPaymentSource.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\DeleteVaultPaymentToken' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/DeleteVaultPaymentToken.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\GetCredentialsRequest' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/GetCredentialsRequest.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\GetSellerStatus' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/GetSellerStatus.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\GetVaultPaymentToken' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/GetVaultPaymentToken.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Order\\AuthorizationsCaptureRequest' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Order/AuthorizationsCaptureRequest.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Order\\AuthorizationsVoidRequest' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Order/AuthorizationsVoidRequest.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Order\\CapturesRefundRequest' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Order/CapturesRefundRequest.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Order\\OrdersAddTrackingInfoRequest' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Order/OrdersAddTrackingInfoRequest.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Order\\OrdersAuthorizeRequest' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Order/OrdersAuthorizeRequest.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Order\\OrdersCaptureRequest' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Order/OrdersCaptureRequest.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Order\\OrdersCreateRequest' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Order/OrdersCreateRequest.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Order\\OrdersGetRequest' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Order/OrdersGetRequest.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Order\\OrdersPatchRequest' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Order/OrdersPatchRequest.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\PartnerReferrals' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/PartnerReferrals.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\UpdateTrackingInfo' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/UpdateTrackingInfo.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\VaultPaymentTokens' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/VaultPaymentTokens.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Webhook\\CreateWebhook' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Webhook/CreateWebhook.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Webhook\\DeleteWebhook' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Webhook/DeleteWebhook.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Webhook\\ListEventNotification' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Webhook/ListEventNotification.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Webhook\\ListWebhook' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Webhook/ListWebhook.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Webhook\\PatchWebhook' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Webhook/PatchWebhook.php',
        'PaypalAddons\\classes\\API\\ExtensionSDK\\Webhook\\ShowEventNotification' => __DIR__ . '/../..' . '/classes/API/ExtensionSDK/Webhook/ShowEventNotification.php',
        'PaypalAddons\\classes\\API\\HttpAdoptedResponse' => __DIR__ . '/../..' . '/classes/API/HttpAdoptedResponse.php',
        'PaypalAddons\\classes\\API\\HttpJsonResponse' => __DIR__ . '/../..' . '/classes/API/HttpJsonResponse.php',
        'PaypalAddons\\classes\\API\\HttpResponse' => __DIR__ . '/../..' . '/classes/API/HttpResponse.php',
        'PaypalAddons\\classes\\API\\InjectorInterface' => __DIR__ . '/../..' . '/classes/API/InjectorInterface.php',
        'PaypalAddons\\classes\\API\\Injector\\AuthorizationInjector' => __DIR__ . '/../..' . '/classes/API/Injector/AuthorizationInjector.php',
        'PaypalAddons\\classes\\API\\Injector\\BnCodeInjector' => __DIR__ . '/../..' . '/classes/API/Injector/BnCodeInjector.php',
        'PaypalAddons\\classes\\API\\Injector\\UserAgentInjector' => __DIR__ . '/../..' . '/classes/API/Injector/UserAgentInjector.php',
        'PaypalAddons\\classes\\API\\Model\\PayPalModel' => __DIR__ . '/../..' . '/classes/API/Model/PayPalModel.php',
        'PaypalAddons\\classes\\API\\Model\\PaymentSourceInfo' => __DIR__ . '/../..' . '/classes/API/Model/PaymentSourceInfo.php',
        'PaypalAddons\\classes\\API\\Model\\ReflectionUtil' => __DIR__ . '/../..' . '/classes/API/Model/ReflectionUtil.php',
        'PaypalAddons\\classes\\API\\Model\\VaultInfo' => __DIR__ . '/../..' . '/classes/API/Model/VaultInfo.php',
        'PaypalAddons\\classes\\API\\Model\\Webhook' => __DIR__ . '/../..' . '/classes/API/Model/Webhook.php',
        'PaypalAddons\\classes\\API\\Model\\WebhookEvent' => __DIR__ . '/../..' . '/classes/API/Model/WebhookEvent.php',
        'PaypalAddons\\classes\\API\\Model\\WebhookEventType' => __DIR__ . '/../..' . '/classes/API/Model/WebhookEventType.php',
        'PaypalAddons\\classes\\API\\Model\\WebhookPatch' => __DIR__ . '/../..' . '/classes/API/Model/WebhookPatch.php',
        'PaypalAddons\\classes\\API\\Onboarding\\PaypalGetAuthToken' => __DIR__ . '/../..' . '/classes/API/Onboarding/PaypalGetAuthToken.php',
        'PaypalAddons\\classes\\API\\Onboarding\\PaypalGetCredentials' => __DIR__ . '/../..' . '/classes/API/Onboarding/PaypalGetCredentials.php',
        'PaypalAddons\\classes\\API\\PaypalApiManager' => __DIR__ . '/../..' . '/classes/API/PaypalApiManager.php',
        'PaypalAddons\\classes\\API\\PaypalApiManagerInterface' => __DIR__ . '/../..' . '/classes/API/PaypalApiManagerInterface.php',
        'PaypalAddons\\classes\\API\\PaypalClient' => __DIR__ . '/../..' . '/classes/API/PaypalClient.php',
        'PaypalAddons\\classes\\API\\PaypalVaultApiManagerInterface' => __DIR__ . '/../..' . '/classes/API/PaypalVaultApiManagerInterface.php',
        'PaypalAddons\\classes\\API\\PaypalWebhookApiManagerInterface' => __DIR__ . '/../..' . '/classes/API/PaypalWebhookApiManagerInterface.php',
        'PaypalAddons\\classes\\API\\Request\\HttpRequestInterface' => __DIR__ . '/../..' . '/classes/API/HttpRequestInterface.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalAccessTokenRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalAccessTokenRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalAcdcGenerateTokenRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalAcdcGenerateTokenRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalAddTrackingInfoRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalAddTrackingInfoRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalAuthorizationVoidRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalAuthorizationVoidRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalCaptureAuthorizeRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalCaptureAuthorizeRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalConfirmPaymentSourceRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalConfirmPaymentSourceRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalCreateWebhookRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalCreateWebhookRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalDeleteVaultPaymentTokenRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalDeleteVaultPaymentTokenRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalDeleteWebhookRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalDeleteWebhookRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalGenerateIdTokenRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalGenerateIdTokenRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalGenerateVaultPaymentTokenRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalGenerateVaultPaymentTokenRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalGetSellerStatusRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalGetSellerStatusRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalGetVaultPaymentTokenRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalGetVaultPaymentTokenRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalGetWebhookEventRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalGetWebhookEventRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalGetWebhookListRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalGetWebhookListRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalOrderAuthorizeRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalOrderAuthorizeRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalOrderCaptureRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalOrderCaptureRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalOrderCreateRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalOrderCreateRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalOrderGetRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalOrderGetRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalOrderPartialRefundRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalOrderPartialRefundRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalOrderPatchRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalOrderPatchRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalOrderPuiCreateRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalOrderPuiCreateRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalOrderRefundRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalOrderRefundRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalPartnerReferralsRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalPartnerReferralsRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalPatchWebhookRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalPatchWebhookRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalUpdateTrackingInfoRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalUpdateTrackingInfoRequest.php',
        'PaypalAddons\\classes\\API\\Request\\PaypalWebhookEventListRequest' => __DIR__ . '/../..' . '/classes/API/Request/PaypalWebhookEventListRequest.php',
        'PaypalAddons\\classes\\API\\Request\\RequestAbstract' => __DIR__ . '/../..' . '/classes/API/Request/RequestAbstract.php',
        'PaypalAddons\\classes\\API\\Request\\RequestDummy' => __DIR__ . '/../..' . '/classes/API/Request/RequestDummy.php',
        'PaypalAddons\\classes\\API\\Request\\RequestInteface' => __DIR__ . '/../..' . '/classes/API/Request/RequestInteface.php',
        'PaypalAddons\\classes\\API\\Response\\Address' => __DIR__ . '/../..' . '/classes/API/Response/Address.php',
        'PaypalAddons\\classes\\API\\Response\\Client' => __DIR__ . '/../..' . '/classes/API/Response/Client.php',
        'PaypalAddons\\classes\\API\\Response\\DepositBankDetails' => __DIR__ . '/../..' . '/classes/API/Response/DepositBankDetails.php',
        'PaypalAddons\\classes\\API\\Response\\Error' => __DIR__ . '/../..' . '/classes/API/Response/Error.php',
        'PaypalAddons\\classes\\API\\Response\\PaypalResponseAccessToken' => __DIR__ . '/../..' . '/classes/API/Response/PaypalResponseAccessToken.php',
        'PaypalAddons\\classes\\API\\Response\\PurchaseUnit' => __DIR__ . '/../..' . '/classes/API/Response/PurchaseUnit.php',
        'PaypalAddons\\classes\\API\\Response\\Response' => __DIR__ . '/../..' . '/classes/API/Response/Response.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseAcdcGenerateToken' => __DIR__ . '/../..' . '/classes/API/Response/ResponseAcdcGenerateToken.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseAuthorizationVoid' => __DIR__ . '/../..' . '/classes/API/Response/ResponseAuthorizationVoid.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseCaptureAuthorize' => __DIR__ . '/../..' . '/classes/API/Response/ResponseCaptureAuthorize.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseConfirmationPaymentSource' => __DIR__ . '/../..' . '/classes/API/Response/ResponseConfirmationPaymentSource.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseCreateProfileExperience' => __DIR__ . '/../..' . '/classes/API/Response/ResponseCreateProfileExperience.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseGenerateIdToken' => __DIR__ . '/../..' . '/classes/API/Response/ResponseGenerateIdToken.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseGetAuthToken' => __DIR__ . '/../..' . '/classes/API/Response/ResponseGetAuthToken.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseGetCredentials' => __DIR__ . '/../..' . '/classes/API/Response/ResponseGetCredentials.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseGetSellerStatus' => __DIR__ . '/../..' . '/classes/API/Response/ResponseGetSellerStatus.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseOrderCapture' => __DIR__ . '/../..' . '/classes/API/Response/ResponseOrderCapture.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseOrderCreate' => __DIR__ . '/../..' . '/classes/API/Response/ResponseOrderCreate.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseOrderGet' => __DIR__ . '/../..' . '/classes/API/Response/ResponseOrderGet.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseOrderRefund' => __DIR__ . '/../..' . '/classes/API/Response/ResponseOrderRefund.php',
        'PaypalAddons\\classes\\API\\Response\\ResponsePartnerReferrals' => __DIR__ . '/../..' . '/classes/API/Response/ResponsePartnerReferrals.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseVaultPaymentToken' => __DIR__ . '/../..' . '/classes/API/Response/ResponseVaultPaymentToken.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseWebhookEventDetail' => __DIR__ . '/../..' . '/classes/API/Response/ResponseWebhookEventDetail.php',
        'PaypalAddons\\classes\\API\\Response\\ResponseWebhookEventList' => __DIR__ . '/../..' . '/classes/API/Response/ResponseWebhookEventList.php',
        'PaypalAddons\\classes\\API\\TokenInterface' => __DIR__ . '/../..' . '/classes/API/TokenInterface.php',
        'PaypalAddons\\classes\\API\\Token\\BasicToken' => __DIR__ . '/../..' . '/classes/API/Token/BasicToken.php',
        'PaypalAddons\\classes\\API\\Token\\OAuthToken' => __DIR__ . '/../..' . '/classes/API/Token/OAuthToken.php',
        'PaypalAddons\\classes\\API\\WrapperInterface' => __DIR__ . '/../..' . '/classes/API/WrapperInterface.php',
        'PaypalAddons\\classes\\AbstractMethodPaypal' => __DIR__ . '/../..' . '/classes/AbstractMethodPaypal.php',
        'PaypalAddons\\classes\\AdminPayPalController' => __DIR__ . '/../..' . '/classes/AdminPayPalController.php',
        'PaypalAddons\\classes\\Constants\\APM' => __DIR__ . '/../..' . '/classes/Constants/APM.php',
        'PaypalAddons\\classes\\Constants\\CountryIsoAlias' => __DIR__ . '/../..' . '/classes/Constants/CountryIsoAlias.php',
        'PaypalAddons\\classes\\Constants\\PUI' => __DIR__ . '/../..' . '/classes/Constants/PUI.php',
        'PaypalAddons\\classes\\Constants\\PaypalConfigurations' => __DIR__ . '/../..' . '/classes/Constants/PaypalConfigurations.php',
        'PaypalAddons\\classes\\Constants\\TrackingParameters' => __DIR__ . '/../..' . '/classes/Constants/TrackingParameters.php',
        'PaypalAddons\\classes\\Constants\\Vaulting' => __DIR__ . '/../..' . '/classes/Constants/Vaulting.php',
        'PaypalAddons\\classes\\Constants\\WebHookConf' => __DIR__ . '/../..' . '/classes/Constants/WebHookConf.php',
        'PaypalAddons\\classes\\Constants\\WebHookType' => __DIR__ . '/../..' . '/classes/Constants/WebHookType.php',
        'PaypalAddons\\classes\\Constants\\WebhookHandler' => __DIR__ . '/../..' . '/classes/Constants/WebhookHandler.php',
        'PaypalAddons\\classes\\Constants\\WhiteList' => __DIR__ . '/../..' . '/classes/Constants/WhiteList.php',
        'PaypalAddons\\classes\\Exception\\OrderFullyRefundedException' => __DIR__ . '/../..' . '/classes/Exception/OrderFullyRefundedException.php',
        'PaypalAddons\\classes\\Exception\\PayerActionRequired' => __DIR__ . '/../..' . '/classes/Exception/PayerActionRequired.php',
        'PaypalAddons\\classes\\Exception\\RefundCalculationException' => __DIR__ . '/../..' . '/classes/Exception/RefundCalculationException.php',
        'PaypalAddons\\classes\\Form\\AccountForm' => __DIR__ . '/../..' . '/classes/Form/AccountForm.php',
        'PaypalAddons\\classes\\Form\\CheckoutForm' => __DIR__ . '/../..' . '/classes/Form/CheckoutForm.php',
        'PaypalAddons\\classes\\Form\\FeatureChecklistForm' => __DIR__ . '/../..' . '/classes/Form/FeatureChecklistForm.php',
        'PaypalAddons\\classes\\Form\\FormInstallment' => __DIR__ . '/../..' . '/classes/Form/FormInstallment.php',
        'PaypalAddons\\classes\\Form\\FormInstallmentMessaging' => __DIR__ . '/../..' . '/classes/Form/FormInstallmentMessaging.php',
        'PaypalAddons\\classes\\Form\\FormInterface' => __DIR__ . '/../..' . '/classes/Form/FormInterface.php',
        'PaypalAddons\\classes\\Form\\OrderStatusForm' => __DIR__ . '/../..' . '/classes/Form/OrderStatusForm.php',
        'PaypalAddons\\classes\\Form\\PrestaShopCloudSyncForm' => __DIR__ . '/../..' . '/classes/Form/PrestaShopCloudSyncForm.php',
        'PaypalAddons\\classes\\Form\\ShortcutConfigurationForm' => __DIR__ . '/../..' . '/classes/Form/ShortcutConfigurationForm.php',
        'PaypalAddons\\classes\\Form\\TechnicalChecklistForm' => __DIR__ . '/../..' . '/classes/Form/TechnicalChecklistForm.php',
        'PaypalAddons\\classes\\Form\\TrackingParametersForm' => __DIR__ . '/../..' . '/classes/Form/TrackingParametersForm.php',
        'PaypalAddons\\classes\\Form\\WhiteListForm' => __DIR__ . '/../..' . '/classes/Form/WhiteListForm.php',
        'PaypalAddons\\classes\\InstallmentBanner\\BNPL\\BNPLAbstract' => __DIR__ . '/../..' . '/classes/InstallmentBanner/BNPL/BNPLAbstract.php',
        'PaypalAddons\\classes\\InstallmentBanner\\BNPL\\BNPLCart' => __DIR__ . '/../..' . '/classes/InstallmentBanner/BNPL/BNPLCart.php',
        'PaypalAddons\\classes\\InstallmentBanner\\BNPL\\BNPLDummy' => __DIR__ . '/../..' . '/classes/InstallmentBanner/BNPL/BNPLDummy.php',
        'PaypalAddons\\classes\\InstallmentBanner\\BNPL\\BNPLOption' => __DIR__ . '/../..' . '/classes/InstallmentBanner/BNPL/BNPLOption.php',
        'PaypalAddons\\classes\\InstallmentBanner\\BNPL\\BNPLPaymentStep' => __DIR__ . '/../..' . '/classes/InstallmentBanner/BNPL/BNPLPaymentStep.php',
        'PaypalAddons\\classes\\InstallmentBanner\\BNPL\\BNPLProduct' => __DIR__ . '/../..' . '/classes/InstallmentBanner/BNPL/BNPLProduct.php',
        'PaypalAddons\\classes\\InstallmentBanner\\BNPL\\BNPLSignup' => __DIR__ . '/../..' . '/classes/InstallmentBanner/BNPL/BNPLSignup.php',
        'PaypalAddons\\classes\\InstallmentBanner\\BNPL\\BnplAvailabilityManager' => __DIR__ . '/../..' . '/classes/InstallmentBanner/BNPL/BnplAvailabilityManager.php',
        'PaypalAddons\\classes\\InstallmentBanner\\Banner' => __DIR__ . '/../..' . '/classes/InstallmentBanner/Banner.php',
        'PaypalAddons\\classes\\InstallmentBanner\\BannerManager' => __DIR__ . '/../..' . '/classes/InstallmentBanner/BannerManager.php',
        'PaypalAddons\\classes\\InstallmentBanner\\BuyerCountry' => __DIR__ . '/../..' . '/classes/InstallmentBanner/BuyerCountry.php',
        'PaypalAddons\\classes\\InstallmentBanner\\ConfigurationMap' => __DIR__ . '/../..' . '/classes/InstallmentBanner/ConfigurationMap.php',
        'PaypalAddons\\classes\\PUI\\DataUserForm' => __DIR__ . '/../..' . '/classes/PUI/DataUserForm.php',
        'PaypalAddons\\classes\\PUI\\FraudNetForm' => __DIR__ . '/../..' . '/classes/PUI/FraudNetForm.php',
        'PaypalAddons\\classes\\PUI\\FraudSessionId' => __DIR__ . '/../..' . '/classes/PUI/FraudSessionId.php',
        'PaypalAddons\\classes\\PUI\\PsMerchantId' => __DIR__ . '/../..' . '/classes/PUI/PsMerchantId.php',
        'PaypalAddons\\classes\\PUI\\PuiFunctionality' => __DIR__ . '/../..' . '/classes/PUI/PuiFunctionality.php',
        'PaypalAddons\\classes\\PUI\\SignUpLinkButton' => __DIR__ . '/../..' . '/classes/PUI/SignUpLinkButton.php',
        'PaypalAddons\\classes\\PUI\\SignupLink' => __DIR__ . '/../..' . '/classes/PUI/SignupLink.php',
        'PaypalAddons\\classes\\PaypalException' => __DIR__ . '/../..' . '/classes/PaypalException.php',
        'PaypalAddons\\classes\\PaypalPaymentMode' => __DIR__ . '/../..' . '/classes/PaypalPaymentMode.php',
        'PaypalAddons\\classes\\PrestaShopCloudSync\\CloudSyncView' => __DIR__ . '/../..' . '/classes/PrestaShopCloudSync/CloudSyncView.php',
        'PaypalAddons\\classes\\PrestaShopCloudSync\\CloudSyncWrapper' => __DIR__ . '/../..' . '/classes/PrestaShopCloudSync/CloudSyncWrapper.php',
        'PaypalAddons\\classes\\PuiMethodInterface' => __DIR__ . '/../..' . '/classes/PuiMethodInterface.php',
        'PaypalAddons\\classes\\SEPA\\SepaButton' => __DIR__ . '/../..' . '/classes/SEPA/SepaButton.php',
        'PaypalAddons\\classes\\SEPA\\SepaFunctionality' => __DIR__ . '/../..' . '/classes/SEPA/SepaFunctionality.php',
        'PaypalAddons\\classes\\Shortcut\\Form\\Definition\\CustomizeButtonStyleSectionDefinition' => __DIR__ . '/../..' . '/classes/Shortcut/Form/Definition/CustomizeButtonStyleSectionDefinition.php',
        'PaypalAddons\\classes\\Shortcut\\ShortcutAbstract' => __DIR__ . '/../..' . '/classes/Shortcut/ShortcutAbstract.php',
        'PaypalAddons\\classes\\Shortcut\\ShortcutCart' => __DIR__ . '/../..' . '/classes/Shortcut/ShortcutCart.php',
        'PaypalAddons\\classes\\Shortcut\\ShortcutConfiguration' => __DIR__ . '/../..' . '/classes/Shortcut/ShortcutConfiguration.php',
        'PaypalAddons\\classes\\Shortcut\\ShortcutPaymentStep' => __DIR__ . '/../..' . '/classes/Shortcut/ShortcutPaymentStep.php',
        'PaypalAddons\\classes\\Shortcut\\ShortcutPreview' => __DIR__ . '/../..' . '/classes/Shortcut/ShortcutPreview.php',
        'PaypalAddons\\classes\\Shortcut\\ShortcutProduct' => __DIR__ . '/../..' . '/classes/Shortcut/ShortcutProduct.php',
        'PaypalAddons\\classes\\Shortcut\\ShortcutSignup' => __DIR__ . '/../..' . '/classes/Shortcut/ShortcutSignup.php',
        'PaypalAddons\\classes\\Vaulting\\VaultedPaymentButton' => __DIR__ . '/../..' . '/classes/Vaulting/VaultedPaymentButton.php',
        'PaypalAddons\\classes\\Vaulting\\VaultedPaymentButtonCollection' => __DIR__ . '/../..' . '/classes/Vaulting/VaultedPaymentButtonCollection.php',
        'PaypalAddons\\classes\\Vaulting\\VaultingFunctionality' => __DIR__ . '/../..' . '/classes/Vaulting/VaultingFunctionality.php',
        'PaypalAddons\\classes\\Venmo\\VenmoButton' => __DIR__ . '/../..' . '/classes/Venmo/VenmoButton.php',
        'PaypalAddons\\classes\\Venmo\\VenmoFunctionality' => __DIR__ . '/../..' . '/classes/Venmo/VenmoFunctionality.php',
        'PaypalAddons\\classes\\Webhook\\CreateWebhook' => __DIR__ . '/../..' . '/classes/Webhook/CreateWebhook.php',
        'PaypalAddons\\classes\\Webhook\\IpnPaypalListener' => __DIR__ . '/../..' . '/classes/Webhook/IpnPaypalListener.php',
        'PaypalAddons\\classes\\Webhook\\WebhookAvailability' => __DIR__ . '/../..' . '/classes/Webhook/WebhookAvailability.php',
        'PaypalAddons\\classes\\Webhook\\WebhookEventHandler' => __DIR__ . '/../..' . '/classes/Webhook/WebhookEventHandler.php',
        'PaypalAddons\\classes\\Webhook\\WebhookHandlerUrl' => __DIR__ . '/../..' . '/classes/Webhook/WebhookHandlerUrl.php',
        'PaypalAddons\\classes\\Webhook\\WebhookId' => __DIR__ . '/../..' . '/classes/Webhook/WebhookId.php',
        'PaypalAddons\\classes\\Webhook\\WebhookOption' => __DIR__ . '/../..' . '/classes/Webhook/WebhookOption.php',
        'PaypalAddons\\classes\\WhiteList\\WhiteListService' => __DIR__ . '/../..' . '/classes/WhiteList/WhiteListService.php',
        'PaypalAddons\\classes\\Widget\\AbstractWidget' => __DIR__ . '/../..' . '/classes/Widget/AbstractWidget.php',
        'PaypalAddons\\classes\\Widget\\DummyWidget' => __DIR__ . '/../..' . '/classes/Widget/DummyWidget.php',
        'PaypalAddons\\classes\\Widget\\InstallmentWidget' => __DIR__ . '/../..' . '/classes/Widget/InstallmentWidget.php',
        'PaypalAddons\\classes\\Widget\\ShortcutWidget' => __DIR__ . '/../..' . '/classes/Widget/ShortcutWidget.php',
        'PaypalAddons\\services\\ActualizeTotalPaid' => __DIR__ . '/../..' . '/services/ActualizeTotalPaid.php',
        'PaypalAddons\\services\\Builder\\AddTrackingInfoRequestBuilder' => __DIR__ . '/../..' . '/services/Builder/AddTrackingInfoRequestBuilder.php',
        'PaypalAddons\\services\\Builder\\BuilderInterface' => __DIR__ . '/../..' . '/services/Builder/BuilderInterface.php',
        'PaypalAddons\\services\\Builder\\ConfirmPaymentSourceBuilder' => __DIR__ . '/../..' . '/services/Builder/ConfirmPaymentSourceBuilder.php',
        'PaypalAddons\\services\\Builder\\OrderAddTrackingInfoBuilder' => __DIR__ . '/../..' . '/services/Builder/OrderAddTrackingInfoBuilder.php',
        'PaypalAddons\\services\\Builder\\OrderCreateBody' => __DIR__ . '/../..' . '/services/Builder/OrderCreateBody.php',
        'PaypalAddons\\services\\Builder\\OrderPatchBody' => __DIR__ . '/../..' . '/services/Builder/OrderPatchBody.php',
        'PaypalAddons\\services\\Builder\\OrderPuiCreateBody' => __DIR__ . '/../..' . '/services/Builder/OrderPuiCreateBody.php',
        'PaypalAddons\\services\\Builder\\PartnerReferralsRequestBody' => __DIR__ . '/../..' . '/services/Builder/PartnerReferralsRequestBody.php',
        'PaypalAddons\\services\\Builder\\TrackingInfoBuilder' => __DIR__ . '/../..' . '/services/Builder/TrackingInfoBuilder.php',
        'PaypalAddons\\services\\Checker' => __DIR__ . '/../..' . '/services/Checker.php',
        'PaypalAddons\\services\\CurrencyConverter' => __DIR__ . '/../..' . '/services/CurrencyConverter.php',
        'PaypalAddons\\services\\FormatterPaypal' => __DIR__ . '/../..' . '/services/FormatterPaypal.php',
        'PaypalAddons\\services\\Order\\RefundAmountCalculator' => __DIR__ . '/../..' . '/services/Order/RefundAmountCalculator.php',
        'PaypalAddons\\services\\PaymentData' => __DIR__ . '/../..' . '/services/PaymentData.php',
        'PaypalAddons\\services\\PaymentRefundAmount' => __DIR__ . '/../..' . '/services/PaymentRefundAmount.php',
        'PaypalAddons\\services\\PaymentTotalAmount' => __DIR__ . '/../..' . '/services/PaymentTotalAmount.php',
        'PaypalAddons\\services\\PaypalContext' => __DIR__ . '/../..' . '/services/PaypalContext.php',
        'PaypalAddons\\services\\PaypalMedia' => __DIR__ . '/../..' . '/services/PaypalMedia.php',
        'PaypalAddons\\services\\ServicePaypalIpn' => __DIR__ . '/../..' . '/services/ServicePaypalIpn.php',
        'PaypalAddons\\services\\ServicePaypalLog' => __DIR__ . '/../..' . '/services/ServicePaypalLog.php',
        'PaypalAddons\\services\\ServicePaypalOrder' => __DIR__ . '/../..' . '/services/ServicePaypalOrder.php',
        'PaypalAddons\\services\\ServicePaypalVaulting' => __DIR__ . '/../..' . '/services/ServicePaypalVaulting.php',
        'PaypalAddons\\services\\StatusMapping' => __DIR__ . '/../..' . '/services/StatusMapping.php',
        'PaypalAddons\\services\\ToolKit' => __DIR__ . '/../..' . '/services/ToolKit.php',
        'PaypalAddons\\services\\TrackingParameters' => __DIR__ . '/../..' . '/services/TrackingParameters.php',
        'PaypalAddons\\services\\WebhookService' => __DIR__ . '/../..' . '/services/WebhookService.php',
        'PaypalCapture' => __DIR__ . '/../..' . '/classes/PaypalCapture.php',
        'PaypalIpn' => __DIR__ . '/../..' . '/classes/PaypalIpn.php',
        'PaypalLog' => __DIR__ . '/../..' . '/classes/PaypalLog.php',
        'PaypalOrder' => __DIR__ . '/../..' . '/classes/PaypalOrder.php',
        'PaypalOrderHistory' => __DIR__ . '/../..' . '/classes/PaypalOrderHistory.php',
        'PaypalPPBTlib\\AbstractMethod' => __DIR__ . '/..' . '/ppbtlib/src/AbstractMethod.php',
        'PaypalPPBTlib\\CommonAbstarctModuleFrontController' => __DIR__ . '/..' . '/ppbtlib/src/CommonAbstarctModuleFrontController.php',
        'PaypalPPBTlib\\Db\\DbSchema' => __DIR__ . '/..' . '/ppbtlib/src/Db/DbSchema.php',
        'PaypalPPBTlib\\Db\\DbTable' => __DIR__ . '/..' . '/ppbtlib/src/Db/DbTable.php',
        'PaypalPPBTlib\\Db\\DbTableDefinitionModel' => __DIR__ . '/..' . '/ppbtlib/src/Db/DbTableDefinitionModel.php',
        'PaypalPPBTlib\\Db\\DbTableDefinitionRelation' => __DIR__ . '/..' . '/ppbtlib/src/Db/DbTableDefinitionRelation.php',
        'PaypalPPBTlib\\Db\\ObjectModelDefinition' => __DIR__ . '/..' . '/ppbtlib/src/Db/ObjectModelDefinition.php',
        'PaypalPPBTlib\\Db\\ObjectModelExtension' => __DIR__ . '/..' . '/ppbtlib/src/Db/ObjectModelExtension.php',
        'PaypalPPBTlib\\Extensions\\AbstractModuleExtension' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/AbstractModuleExtension.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Controllers\\Admin\\AdminDiagnosticController' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Controllers/Admin/AdminDiagnosticController.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\DiagnosticExtension' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Concrete\\AbstractStub' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Concrete/AbstractStub.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Concrete\\ConfigurationStub' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Concrete/ConfigurationStub.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Concrete\\ConflictsStub' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Concrete/ConflictsStub.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Concrete\\DatabaseStub' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Concrete/DatabaseStub.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Concrete\\FileIntegrityStub' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Concrete/FileIntegrityStub.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Concrete\\GithubVersionStub' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Concrete/GithubVersionStub.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Concrete\\HooksStub' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Concrete/HooksStub.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Concrete\\HostStub' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Concrete/HostStub.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Concrete\\LogsStub' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Concrete/LogsStub.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Concrete\\OrderStateStub' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Concrete/OrderStateStub.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Concrete\\OverridesStub' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Concrete/OverridesStub.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Handler\\AbstractStubHandler' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Handler/AbstractStubHandler.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Handler\\ConfigurationStubHandler' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Handler/ConfigurationStubHandler.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Handler\\ConflictsStubHandler' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Handler/ConflictsStubHandler.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Handler\\DatabaseStubHandler' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Handler/DatabaseStubHandler.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Handler\\FileIntegrityStubHandler' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Handler/FileIntegrityStubHandler.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Handler\\GithubVersionHandler' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Handler/GithubVersionHandler.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Handler\\HooksStubHandler' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Handler/HooksStubHandler.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Handler\\HostStubHandler' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Handler/HostStubHandler.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Handler\\LogsStubHandler' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Handler/LogsStubHandler.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Handler\\OrderStateStubHandler' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Handler/OrderStateStubHandler.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Handler\\OverrideStubHandler' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Handler/OverrideStubHandler.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Interfaces\\StubHandlerInterface' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Interfaces/StubHandlerInterface.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Interfaces\\StubInterface' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Interfaces/StubInterface.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\Configuration\\ConfigurationModel' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Configuration/ConfigurationModel.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\Configuration\\ConfigurationShopModel' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Configuration/ConfigurationShopModel.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\Constant\\DiagnosticHook' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\Constant\\TableType' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/TableType.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\DatabaseParameters' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/DatabaseParameters.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\Database\\DatabaseError' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Database/DatabaseError.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\Database\\DatabaseValidator' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Database/DatabaseValidator.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\Database\\DefinitionInfo' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Database/DefinitionInfo.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\Database\\FieldInfo' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Database/FieldInfo.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\Database\\FixQueryModel' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Database/FixQueryModel.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\Database\\TableInfo' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Database/TableInfo.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\FileIntegrityParameters' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/FileIntegrityParameters.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\GithubVersionParameters' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/GithubVersionParameters.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\HookShopModel' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/HookShopModel.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\ModuleConfigModel' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Model\\OrderStateParameters' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/OrderStateParameters.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Storage\\DiagnosticRetriever' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php',
        'PaypalPPBTlib\\Extensions\\Diagnostic\\Stubs\\Storage\\StubStorage' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php',
        'PaypalPPBTlib\\Extensions\\ProcessLogger\\Classes\\ProcessLoggerObjectModel' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/ProcessLogger/Classes/ProcessLoggerObjectModel.php',
        'PaypalPPBTlib\\Extensions\\ProcessLogger\\Controllers\\Admin\\AdminProcessLoggerController' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/ProcessLogger/Controllers/Admin/AdminProcessLoggerController.php',
        'PaypalPPBTlib\\Extensions\\ProcessLogger\\ProcessLoggerExtension' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php',
        'PaypalPPBTlib\\Extensions\\ProcessLogger\\ProcessLoggerHandler' => __DIR__ . '/..' . '/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerHandler.php',
        'PaypalPPBTlib\\Install\\AbstractInstaller' => __DIR__ . '/..' . '/ppbtlib/src/Install/AbstractInstaller.php',
        'PaypalPPBTlib\\Install\\ExtensionInstaller' => __DIR__ . '/..' . '/ppbtlib/src/Install/ExtensionInstaller.php',
        'PaypalPPBTlib\\Install\\ModuleInstaller' => __DIR__ . '/..' . '/ppbtlib/src/Install/ModuleInstaller.php',
        'PaypalPPBTlib\\Module' => __DIR__ . '/..' . '/ppbtlib/src/Module.php',
        'PaypalPPBTlib\\Utils\\CacheStorage\\CacheStorage' => __DIR__ . '/..' . '/ppbtlib/src/Utils/CacheStorage/CacheStorage.php',
        'PaypalPPBTlib\\Utils\\CacheStorage\\Exception\\CacheException' => __DIR__ . '/..' . '/ppbtlib/src/Utils/CacheStorage/Exception/CacheException.php',
        'PaypalPPBTlib\\Utils\\Translate\\TranslateTrait' => __DIR__ . '/..' . '/ppbtlib/src/Utils/Translate/TranslateTrait.php',
        'PaypalVaulting' => __DIR__ . '/../..' . '/classes/PaypalVaulting.php',
        'PaypalWebhook' => __DIR__ . '/../..' . '/classes/PaypalWebhook.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInitb90a946d3b11d2c701bf473e8af35ef2::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInitb90a946d3b11d2c701bf473e8af35ef2::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInitb90a946d3b11d2c701bf473e8af35ef2::$classMap;

        }, null, ClassLoader::class);
    }
}
