1
0

Automated commit message

This commit is contained in:
PayPalServerSDKs
2024-10-18 19:06:27 +00:00
parent 4bc534dfec
commit 7d69e11899
525 changed files with 2800 additions and 2800 deletions

View File

@@ -3,12 +3,12 @@
declare(strict_types=1);
/*
* PaypalServerSDKLib
* PaypalServerSdkLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
namespace PaypalServerSDKLib;
namespace PaypalServerSdkLib;
use Core\Utils\CoreHelper;
use Core\Utils\JsonHelper;
@@ -28,7 +28,7 @@ class ApiHelper
public static function getJsonHelper(): JsonHelper
{
if (self::$jsonHelper == null) {
self::$jsonHelper = new JsonHelper([], [], null, 'PaypalServerSDKLib\\Models');
self::$jsonHelper = new JsonHelper([], [], null, 'PaypalServerSdkLib\\Models');
}
return self::$jsonHelper;
}