mirror of
https://github.com/pronamic/woocommerce-subscriptions.git
synced 2025-10-17 23:02:56 +00:00
2.2.3
This commit is contained in:

committed by
Remco Tolsma

parent
a7af434d12
commit
0691aa36da
7
includes/class-wc-order-item-pending-switch.php
Normal file
7
includes/class-wc-order-item-pending-switch.php
Normal 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';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user