Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyrzhou committed Nov 7, 2019
1 parent 68c76c8 commit c7bcda8
Showing 1 changed file with 1 addition and 1 deletion.
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.0";
$request->headers["sdk_version"] = "1.0.1";
$request->headers["sdk_tech_stack"] = "PHP " . PHP_VERSION;
$request->headers["api_integration_type"] = "PAYPALSDK";
}
Expand Down

0 comments on commit c7bcda8

Please sign in to comment.