Removed debug output
This commit is contained in:
parent
69694e7a13
commit
03c0a3f7d0
|
@ -300,7 +300,6 @@ class WC_Shipping_Flat_Rate extends WC_Shipping_Method {
|
||||||
break;
|
break;
|
||||||
case 'order' :
|
case 'order' :
|
||||||
// Factor $this_cost by the percentage if provided.
|
// Factor $this_cost by the percentage if provided.
|
||||||
var_dump($this_cost_percents);
|
|
||||||
if ( $this_cost_percents ) {
|
if ( $this_cost_percents ) {
|
||||||
if ($this_cost_mathop == '+') {
|
if ($this_cost_mathop == '+') {
|
||||||
$this_cost += $this_cost_percents * $package['contents_cost'];
|
$this_cost += $this_cost_percents * $package['contents_cost'];
|
||||||
|
|
Loading…
Reference in New Issue