Merge conflict

This commit is contained in:
Mike Jolley 2016-11-15 11:52:29 +00:00
parent c18f6efeb4
commit ef990355fd
1 changed files with 1 additions and 5 deletions

View File

@ -28,16 +28,12 @@ class WC_Data_Store {
* Ran through `woocommerce_data_stores`.
*/
private $stores = array(
<<<<<<< HEAD
'coupon' => 'WC_Coupon_Data_Store_CPT',
'payment-token' => 'WC_Payment_Token_Data_Store_Table',
'product' => 'WC_Product_Data_Store_CPT',
'product_grouped' => 'WC_Product_Grouped_Data_Store_CPT',
'product_variable' => 'WC_Product_Variable_Data_Store_CPT',
'product_variation' => 'WC_Product_Variation_Data_Store_CPT',
=======
'coupon' => 'WC_Coupon_Data_Store_CPT',
'payment-token' => 'WC_Payment_Token_Data_Store_Table',
>>>>>>> master
);
/**