Add description and delivery time to $data
This commit is contained in:
parent
37903778fb
commit
f833964969
|
@ -28,6 +28,8 @@ class WC_Shipping_Rate {
|
|||
'label' => '',
|
||||
'cost' => 0,
|
||||
'taxes' => array(),
|
||||
'description' => '',
|
||||
'delivery_time' => '',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue