Files
woocommerce-subscriptions/includes/class-wc-order-item-pending-switch.php
Prospress Inc 69c6993fcf 2.3.4
2018-08-14 10:18:40 +02:00

8 lines
146 B
PHP

<?php
class WC_Order_Item_Pending_Switch extends WC_Order_Item_Product {
public function get_type() {
return 'line_item_pending_switch';
}
}