woocommerce/plugins/woocommerce-blocks/tests/php/RestApi/StoreApi/Controllers
Mike Jolley 0150681c4b REST API - Cart Order API (https://github.com/woocommerce/woocommerce-blocks/pull/1425)
* Checkout/order WIP schema

* Add _address suffix for billing/shipping

* Rename schema, update endpoints, create tests

* Fix POST in test

* Fix test response checks

* Stock reservation and draft order status

* Add todo for shipping lines

* Readme

* Rename address fields in readme

* 10 min timeout of stock

* Fix broken test

* Update src/RestApi/StoreApi/Controllers/CartOrder.php

Co-Authored-By: Darren Ethier <darren@roughsmootheng.in>

* Add typehinting where possible

* Remove explicit pass by reference

* Further typehinting

* Clarify todo comment

* Validate product instances

* Specific phpcs exclusion rule

* Exclusion rule

* Move ReserveStock code to class

* Correct shipping-rates schema to shipping_rates

* Save shipping rates and lines if included with request

* Insert todo for shipping rate code

* Calculate shipping and selected shipping from order properties, not global cart properties

* Prevent error when shipping is not needed

* Update API readme

* Added tests for stock reserve class

* Fixes conflicts with draft statuses

Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
2020-01-10 13:53:16 +00:00
..
Cart.php More API price formatting and currency handling (https://github.com/woocommerce/woocommerce-blocks/pull/1394) 2019-12-18 11:29:20 +00:00
CartCoupons.php Store API: Add cart coupon endpoints (https://github.com/woocommerce/woocommerce-blocks/pull/1378) 2019-12-19 12:41:34 +00:00
CartItems.php More API price formatting and currency handling (https://github.com/woocommerce/woocommerce-blocks/pull/1394) 2019-12-18 11:29:20 +00:00
CartOrder.php REST API - Cart Order API (https://github.com/woocommerce/woocommerce-blocks/pull/1425) 2020-01-10 13:53:16 +00:00
CartShippingRates.php REST API - Cart Order API (https://github.com/woocommerce/woocommerce-blocks/pull/1425) 2020-01-10 13:53:16 +00:00
Customer.php REST API - Cart Order API (https://github.com/woocommerce/woocommerce-blocks/pull/1425) 2020-01-10 13:53:16 +00:00
ProductAttributeTerms.php Store API - Add tests for product attributes endpoints (https://github.com/woocommerce/woocommerce-blocks/pull/1151) 2019-11-12 12:04:19 +00:00
ProductAttributes.php Store API - Add tests for product attributes endpoints (https://github.com/woocommerce/woocommerce-blocks/pull/1151) 2019-11-12 12:04:19 +00:00
ProductCollectionData.php More API price formatting and currency handling (https://github.com/woocommerce/woocommerce-blocks/pull/1394) 2019-12-18 11:29:20 +00:00
Products.php More API price formatting and currency handling (https://github.com/woocommerce/woocommerce-blocks/pull/1394) 2019-12-18 11:29:20 +00:00