rebase on oct-10-2023
This commit is contained in:
@@ -20,6 +20,20 @@ class WC_Shipping_Flat_Rate extends WC_Shipping_Method {
|
||||
*/
|
||||
protected $fee_cost = '';
|
||||
|
||||
/**
|
||||
* Shipping method cost.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $cost;
|
||||
|
||||
/**
|
||||
* Shipping method type.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $type;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user