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
Updating the capture_upserted_v2 webhook to validate if order has payments present. If it does it will process the capture and If not it will schedule a job to do it. because of this I moved some code into a new method that would be call from within the job as well.
Creating a new job update_payment_capture_worker.rb that would process the capture. This worker is configured to try processing the capture up to three times. If there is a problem while running it will notify us via Slack.
Moving shared code between workers inside a new file flow_io_worker.rb so it can be shared between Flow workers.