You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Pay::Webhook#process! method deletes webhook records after processing, but this isn't logged, which can make debugging or auditing difficult.
Adding a log entry like: Rails.logger.info "Deleted webhook ID: #{id}, event_type: #{event_type}".
Updating the documentation to explain the default deletion behavior.
This would clarify the gem's behavior and assist developers in customizing or debugging as needed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The Pay::Webhook#process! method deletes webhook records after processing, but this isn't logged, which can make debugging or auditing difficult.
Adding a log entry like: Rails.logger.info "Deleted webhook ID: #{id}, event_type: #{event_type}".
Updating the documentation to explain the default deletion behavior.
This would clarify the gem's behavior and assist developers in customizing or debugging as needed.
Beta Was this translation helpful? Give feedback.
All reactions