Module: Opensteam::Checkout

Defined in:
lib/opensteam/checkout.rb

Overview

Checkout Module

Defines methods to create a simple checkout-flow

Currently only used to define a :start action and a :finish action.
The rest of the checkout-process (the intermediate steps) are handled by the steps 
itself (like redirecting, errorhandling, etc)

TODO:
Implement an actual Checkout-Workflow Generator, with ErrorHandling etc

Defined Under Namespace

Classes: CheckoutFlowController