mirror of
https://github.com/pronamic/woocommerce-subscriptions.git
synced 2025-10-07 10:04:03 +00:00
8 lines
146 B
PHP
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';
|
|
}
|
|
}
|