8000 Version 1.0.1 · paypal/Checkout-PHP-SDK@c7bcda8 · GitHub
[go: up one dir, main page]

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

Commit c7bcda8

Browse files
committed
Version 1.0.1
1 parent 68c76c8 commit c7bcda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0";
12+
$request->headers["sdk_version"] = "1.0.1";
1313
$request->headers["sdk_tech_stack"] = "PHP " . PHP_VERSION;
1414
$request->headers["api_integration_type"] = "PAYPALSDK";
1515
}

0 commit comments

Comments
 (0)
0