woocommerce/plugins/woocommerce-blocks/src
Mike Jolley 15dbc627c1 Store API: Add cart coupon endpoints (https://github.com/woocommerce/woocommerce-blocks/pull/1378)
* Correct docblock

* Implement coupons endpoint with add/delete/get functionality

* Add totals

* Use money formatting

* Added tests for new endpoints

* Add coupons to main cart endpoint and update docs to match

* Fix indenting in readme

* is_a to instanceof

* Update coupon_exists logic

* Documentation/tidy class

* Update currency responses for coupon totals w/ tests
2019-12-19 12:41:34 +00:00
..
Assets Fix asset namespacing for cart and checkout blocks - round three! (https://github.com/woocommerce/woocommerce-blocks/pull/1357) 2019-12-11 10:18:00 +01:00
BlockTypes Fix asset namespacing for cart and checkout blocks - round three! (https://github.com/woocommerce/woocommerce-blocks/pull/1357) 2019-12-11 10:18:00 +01:00
Domain Fix package init for WooCommerce 3.9 (https://github.com/woocommerce/woocommerce-blocks/pull/1335) 2019-12-09 16:44:28 +00:00
Registry Bumping version strings to new version. 2019-11-19 18:20:22 +01:00
RestApi Store API: Add cart coupon endpoints (https://github.com/woocommerce/woocommerce-blocks/pull/1378) 2019-12-19 12:41:34 +00:00
Utils Bumping version strings to new version. 2019-11-19 18:20:22 +01:00
Assets.php Use wc_review_ratings_enabled() API function to check if review ratings are enabled (https://github.com/woocommerce/woocommerce-blocks/pull/1374) 2019-12-13 18:13:11 +01:00
Library.php Skeleton Checkout block (https://github.com/woocommerce/woocommerce-blocks/pull/1308) 2019-12-03 15:12:46 +01:00
Package.php Fix package init for WooCommerce 3.9 (https://github.com/woocommerce/woocommerce-blocks/pull/1335) 2019-12-09 16:44:28 +00:00
RestApi.php Store API: Add cart coupon endpoints (https://github.com/woocommerce/woocommerce-blocks/pull/1378) 2019-12-19 12:41:34 +00:00