summaryrefslogtreecommitdiffstats
path: root/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/GzipInjector.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/GzipInjector.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/GzipInjector.php b/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/GzipInjector.php
index 202b6b1..f1d4339 100644
--- a/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/GzipInjector.php
+++ b/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/GzipInjector.php
@@ -1,14 +1,14 @@
-<?php
-
-namespace PayPalCheckoutSdk\Core;
-
-
-use PayPalHttp\Injector;
-
-class GzipInjector implements Injector
-{
- public function inject($httpRequest)
- {
- $httpRequest->headers["Accept-Encoding"] = "gzip";
- }
-}
+<?php
+
+namespace PayPalCheckoutSdk\Core;
+
+
+use PayPalHttp\Injector;
+
+class GzipInjector implements Injector
+{
+ public function inject($httpRequest)
+ {
+ $httpRequest->headers["Accept-Encoding"] = "gzip";
+ }
+}