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

Delayed Webhooks with conditional payment Gateway #8

Open
scratchdigital opened this issue Dec 18, 2022 · 0 comments
Open

Delayed Webhooks with conditional payment Gateway #8

scratchdigital opened this issue Dec 18, 2022 · 0 comments

Comments

@scratchdigital
Copy link

We have a toggle field where the user can select either DPS or Bank Transfer as their payment method.
A webhook is triggered to notify another server of the entry.

We have an issue where the webhook is being delayed when the payment method "Bank Transfer" is selected (Bank transfer just completes the form, and sends a notification).

When Bank Transfer is selected, the offload webhook should still be triggered, however due to the delay processing logic, the payment method is never changed to complete, therefore is always "delayed".

Is it possible to update the logic in the "gformDelayPost" to check the conditional logic in the DPS feed is valid before delaying the webhook feed, This could be either a filter or a setting in the DPS feed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant