Files
woocommerce-subscriptions/includes/class-wc-order-item-pending-switch.php
Prospress Inc 3ff3a8b701 2.4.7
2018-12-24 09:06:01 +01:00

8 lines
146 B
PHP
Executable File

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