Skip to content

Release v0.0.10

Compare
Choose a tag to compare
@sebastiandl sebastiandl released this 04 Aug 15:55
· 71 commits to main since this release
  • 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.