Session handling changed to FlowJS, inventory checking, payment gateway methods added
Pre-release
Pre-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