This commit is contained in:
Prospress Inc
2017-04-11 09:25:24 +02:00
committed by Remco Tolsma
parent a7af434d12
commit 0691aa36da
127 changed files with 49016 additions and 4656 deletions

View File

@@ -0,0 +1,7 @@
<?php
class WC_Order_Item_Pending_Switch extends WC_Order_Item_Product {
public function get_type() {
return 'line_item_pending_switch';
}
}