Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 19992ce

Browse files
Updated http version to 1.0.1 and tested (#93)
* updated http version to 1.0.1 and tested * updated sdk version Co-authored-by: Hakim <[email protected]>
1 parent 60d9b39 commit 19992ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "https://github.com/paypal/Checkout-PHP-SDK/blob/master/LICENSE",
77
"homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
88
"require": {
9-
"paypal/paypalhttp": "1.0.0"
9+
"paypal/paypalhttp": "1.0.1"
1010
},
1111
"authors": [
1212
{

lib/PayPalCheckoutSdk/Core/FPTIInstrumentationInjector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class FPTIInstrumentationInjector implements Injector
99
public function inject($request)
1010
{
1111
$request->headers["sdk_name"] = "Checkout SDK";
12-
$request->headers["sdk_version"] = "1.0.1";
12+
$request->headers["sdk_version"] = "1.0.2";
1313
$request->headers["sdk_tech_stack"] = "PHP " . PHP_VERSION;
1414
$request->headers["api_integration_type"] = "PAYPALSDK";
1515
}

lib/PayPalCheckoutSdk/Core/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
class Version
66
{
7-
const VERSION = "1.0.1";
7+
const VERSION = "1.0.2";
88
}

0 commit comments

Comments
 (0)