35760814d6
* Register order route * Check authorization for getting the order * Add order data to the response * Add order schema for the endpoint * Move validation check to order controller * Add order item schema * Check if the order is associated with current user * Fix after rebase * Add checkout order endpoint * Add order authorization trait * Allow to use the order update customer endpoint in dev build only * Get both customer and guest details * Remove duplicate function * Update the cart update customer class doc block * Remove duplicate order route * Update documentation for feature flags * Add checkout trait * Remove checkout trait * Update billing address and order * Only allow checkout pending orders * Create checout trait * Use sanitize text field * Extend from checkout schema * Update response message * Allow failed orders to be paid for * Update authorization error message |
||
---|---|---|
.. | ||
README.md | ||
checkout.jpg | ||
feature-flags-and-experimental-interfaces.md | ||
reserve-stock.jpg | ||
stock-reservation.md |
README.md
Blocks
This folder contains documentation for specific Blocks and Blocks functionality.
Document | Description |
---|---|
Stock Reservation during Checkout | This doc covers the Checkout Stock Reservation system. |
Features Flags and Experimental interfaces | This doc outlines all the current features that are gated behind a feature or experimental flag as well as any interfaces that are experimental |