PATH:
home
/
lab2454c
/
costbloc.com
/
Modules
/
Paypal
/
Services
/
Core
<?php /** * @package PayPalCheckoutSdk/Core */ namespace Modules\Paypal\Services\Core; use PayPalHttp\Injector; class FPTIInstrumentationInjector implements Injector { public function inject($request) { $request->headers["sdk_name"] = "Checkout SDK"; $request->headers["sdk_version"] = "1.0.2"; $request->headers["sdk_tech_stack"] = "PHP " . PHP_VERSION; $request->headers["api_integration_type"] = "PAYPALSDK"; } }
[-] UserAgent.php
[edit]
[-] AccessTokenRequest.php
[edit]
[+]
..
[-] AuthorizationInjector.php
[edit]
[-] AccessToken.php
[edit]
[-] PayPalHttpClient.php
[edit]
[-] RefreshTokenRequest.php
[edit]
[-] FPTIInstrumentationInjector.php
[edit]
[-] GzipInjector.php
[edit]
[-] ProductionEnvironment.php
[edit]
[-] SandboxEnvironment.php
[edit]
[-] PayPalEnvironment.php
[edit]