Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Updated http version to 1.0.1 and tested (#93)
Browse files Browse the repository at this point in the history
* updated http version to 1.0.1 and tested

* updated sdk version

Co-authored-by: Hakim <hlahlou@paypal.com>
  • Loading branch information
HDLahlou and hlahlou-pp-dev authored Sep 21, 2021
1 parent 60d9b39 commit 19992ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "https://github.com/paypal/Checkout-PHP-SDK/blob/master/LICENSE",
"homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
"require": {
"paypal/paypalhttp": "1.0.0"
"paypal/paypalhttp": "1.0.1"
},
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion lib/PayPalCheckoutSdk/Core/FPTIInstrumentationInjector.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class FPTIInstrumentationInjector implements Injector
public function inject($request)
{
$request->headers["sdk_name"] = "Checkout SDK";
$request->headers["sdk_version"] = "1.0.1";
$request->headers["sdk_version"] = "1.0.2";
$request->headers["sdk_tech_stack"] = "PHP " . PHP_VERSION;
$request->headers["api_integration_type"] = "PAYPALSDK";
}
Expand Down
2 changes: 1 addition & 1 deletion lib/PayPalCheckoutSdk/Core/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

class Version
{
const VERSION = "1.0.1";
const VERSION = "1.0.2";
}

0 comments on commit 19992ce

Please sign in to comment.