PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
paypal
/
paypal-checkout-sdk
/
lib
/
PayPalCheckoutSdk
/
Core
<?php namespace PayPalCheckoutSdk\Core; use PayPalHttp\Injector; class FPTIInstrumentationInjector implements Injector { public function inject($request) { $request->headers["sdk_name"] = "Checkout SDK"; $request->headers["sdk_version"] = "1.0.1"; $request->headers["sdk_tech_stack"] = "PHP " . PHP_VERSION; $request->headers["api_integration_type"] = "PAYPALSDK"; } }
[-] UserAgent.php
[edit]
[-] AccessTokenRequest.php
[edit]
[+]
..
[-] Version.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]