Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

["PO-252"]("WooCommerce : add isset validation for webhook payload") #579

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

rohitcbr
Copy link
Contributor

Note :- Please follow the below points while attaching test cases document link below:

- If label Tested is added then test cases document URL is mandatory.

- Link added should be a valid URL and accessible throughout the org.

- If the branch name contains hotfix / revert by default the BVT workflow check will pass.

Test Case Document URL
Please paste test case document link here....

@rohitcbr rohitcbr added the TestingNotRequired TestingNotRequired label for BVT label Dec 11, 2024
// Skip the webhook if not the valid data and event
if ($this->shouldConsumeWebhook($data) === false) {

rzpLogDebug("Webhook process exited in shouldConsumeWebhook function");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rohitcbr please change message and log data as you are using rzpLogDebug

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@abdulwahidsharief abdulwahidsharief left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rohitcbr rohitcbr merged commit 864d26a into master Dec 12, 2024
3 checks passed
@rohitcbr rohitcbr deleted the po-252 branch December 12, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TestingNotRequired TestingNotRequired label for BVT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants