Skip to content

Commit

Permalink
addressed review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitcbr committed Dec 12, 2024
1 parent e088313 commit 0ee45d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/razorpay-webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0ee45d4

Please sign in to comment.