PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
paypal
/
paypal-checkout-sdk
/
lib
/
PayPalCheckoutSdk
/
Core
<?php namespace PayPalCheckoutSdk\Core; use PayPalHttp\Injector; class GzipInjector implements Injector { public function inject($httpRequest) { $httpRequest->headers["Accept-Encoding"] = "gzip"; } }
[-] 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]