Set description and delivery time when instantiating rate
This commit is contained in:
parent
081b1f9a33
commit
c83c0ecbfd
|
@ -57,6 +57,8 @@ class WC_Shipping_Rate {
|
||||||
$this->set_taxes( $taxes );
|
$this->set_taxes( $taxes );
|
||||||
$this->set_method_id( $method_id );
|
$this->set_method_id( $method_id );
|
||||||
$this->set_instance_id( $instance_id );
|
$this->set_instance_id( $instance_id );
|
||||||
|
$this->set_description( $description );
|
||||||
|
$this->set_delivery_time( $delivery_time );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue