Skip to content

Commit

Permalink
PPL-162 , request method changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasmht committed May 15, 2019
1 parent 86e0e2e commit f531d59
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 f531d59

Please sign in to comment.