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.
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.