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