Skip to content

Commit

Permalink
Merge pull request #16 from HDLahlou/HDL_285_Update_HTTP_Package
Browse files Browse the repository at this point in the history
updated paypalhttp to v1.0.1 and ran integration tests
  • Loading branch information
HDLahlou authored Sep 28, 2021
2 parents bfdc8de + 2a5ea6f commit 3bdafe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "MIT",
"homepage": "http://github.com/paypal/PAYOUTS-PHP-SDK/",
"require": {
"paypal/paypalhttp": "~1.0.0"
"paypal/paypalhttp": "~1.0.1"
},
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion lib/PaypalPayoutsSDK/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 3bdafe3

Please sign in to comment.