| Module | Opensteam::Checkout |
| In: |
lib/opensteam/checkout.rb
|
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