woocommerce/plugins/woocommerce-blocks/tests/php/RestApi/StoreApi/Routes
Mike Jolley 8d76bcb33e Update Cart Order and Checkout Routes (https://github.com/woocommerce/woocommerce-blocks/pull/1958)
* Remove CartShippingRates endpoint

This was moved to the /cart endpoint

* Unused customer endpoint

* Split controllers into routes

* Update/fix tests

* Add draft order ID property to the Cart schema.

* Fix status check

* cart/order-create endpoint

* Placeholder for checkout endpoint

* Resolve merge conflict

* Update classes to match master

* Use correct schema
2020-03-16 12:44:00 +00:00
..
Cart.php Break down Store API controllers into specific routes (https://github.com/woocommerce/woocommerce-blocks/pull/1957) 2020-03-13 12:41:01 +00:00
CartCoupons.php Break down Store API controllers into specific routes (https://github.com/woocommerce/woocommerce-blocks/pull/1957) 2020-03-13 12:41:01 +00:00
CartCreateOrder.php Update Cart Order and Checkout Routes (https://github.com/woocommerce/woocommerce-blocks/pull/1958) 2020-03-16 12:44:00 +00:00
CartItems.php Break down Store API controllers into specific routes (https://github.com/woocommerce/woocommerce-blocks/pull/1957) 2020-03-13 12:41:01 +00:00
ProductAttributeTerms.php Break down Store API controllers into specific routes (https://github.com/woocommerce/woocommerce-blocks/pull/1957) 2020-03-13 12:41:01 +00:00
ProductAttributes.php Break down Store API controllers into specific routes (https://github.com/woocommerce/woocommerce-blocks/pull/1957) 2020-03-13 12:41:01 +00:00
ProductCollectionData.php Break down Store API controllers into specific routes (https://github.com/woocommerce/woocommerce-blocks/pull/1957) 2020-03-13 12:41:01 +00:00
Products.php Break down Store API controllers into specific routes (https://github.com/woocommerce/woocommerce-blocks/pull/1957) 2020-03-13 12:41:01 +00:00