From 0ee45d4010556d22d68a9a8a0f263b6a38c8d8b6 Mon Sep 17 00:00:00 2001 From: rohitcbr Date: Thu, 12 Dec 2024 15:08:18 +0530 Subject: [PATCH] addressed review comment --- includes/razorpay-webhook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/razorpay-webhook.php b/includes/razorpay-webhook.php index 2191830a..68a169d2 100644 --- a/includes/razorpay-webhook.php +++ b/includes/razorpay-webhook.php @@ -99,7 +99,7 @@ public function process() // Skip the webhook if not the valid data and event if ($this->shouldConsumeWebhook($data) === false) { - rzpLogDebug("Webhook process exited in shouldConsumeWebhook function"); + rzpLogDebug("Invalid webhook trigger: " . json_encode($data)); return; }