Merge conflict
This commit is contained in:
parent
c18f6efeb4
commit
ef990355fd
|
@ -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
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue