Rates Reset
This commit is contained in:
parent
d00d166546
commit
9dc8e07ce0
|
|
@ -62,6 +62,8 @@ class Shipping
|
|||
foreach ($cart->shipping_rates()->get() as $rate) {
|
||||
$rate->delete();
|
||||
}
|
||||
|
||||
$this->rates = [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue