Skip to content

Commit

Permalink
Merge pull request #199 from angelleye/PPL-162
Browse files Browse the repository at this point in the history
PPL-162
  • Loading branch information
Drew Angell authored Jun 2, 2019
2 parents decae5f + f531d59 commit d27ae7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angelleye/PayPal/EventTypesClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function verify_webhook_signature_api($params,$apiContext = null, $restCa
$payLoad = json_encode($params);
$json = self::executeCall(
"/v1/notifications/verify-webhook-signature",
"GET",
"POST",
$payLoad,
null,
$apiContext,
Expand Down

0 comments on commit d27ae7d

Please sign in to comment.