From f531d59655996b77fbc8b4feae124d5b0004fe02 Mon Sep 17 00:00:00 2001 From: tejas Date: Wed, 15 May 2019 17:06:39 +0530 Subject: [PATCH] PPL-162 , request method changed. --- src/angelleye/PayPal/EventTypesClass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/angelleye/PayPal/EventTypesClass.php b/src/angelleye/PayPal/EventTypesClass.php index 51573a01..c97bee7b 100644 --- a/src/angelleye/PayPal/EventTypesClass.php +++ b/src/angelleye/PayPal/EventTypesClass.php @@ -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,