Skip to content

Session handling changed to FlowJS, inventory checking, payment gateway methods added

Pre-release
Pre-release
Compare
Choose a tag to compare
@texpert texpert released this 16 Mar 13:43
· 171 commits to main since this release
  • Changing flow.io session management to be held by FlowJS library on frontend
  • Syncing the order to flow.io when the user is redirected to flow.io checkout page
  • Implementing order and payments state management with the OrderUpdater service object
  • Adding InventoryController for checking item stock availability
  • Mapping the payments, payment capture events and credit cards to Spree DB
  • Implementing refund, void and cancel methods for the Spree::Gateway::FlowIo