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; }