wp-e-commerce / WP-e-Commerce

WP eCommerce - The most popular independent eCommerce platform for WordPress
https://wpecommerce.org
GNU General Public License v2.0
215 stars 216 forks source link

Refactor `WPSC_Controller_Cart::add` to use `WPSC_REST_Checkout_Controller` and `rest_do_request` #2301

Open jtsternberg opened 7 years ago

jtsternberg commented 7 years ago

Currently, there is a lot of duplicated functionality. We should default to putting our effort into the new REST API controllers and use those as the base. We'll likely have to make some modifications in WPSC_Controller_Cart to make sure things work from a back-compatibility standpoint (unless this is all TEV2? @JustinSainton?)

JustinSainton commented 7 years ago

All tev2, no need to be back compat w/ tev1 - and A++to reducing duplication.