Fixed identation mistake
This commit is contained in:
parent
7832039bb7
commit
30a06d85df
|
@ -242,7 +242,7 @@ class WC_Shipping {
|
|||
|
||||
// Calculate costs for passed packages
|
||||
foreach ( $packages as $package_key => $package ) {
|
||||
$this->packages[ $package_key ] = $this->calculate_shipping_for_package( $package );
|
||||
$this->packages[ $package_key ] = $this->calculate_shipping_for_package( $package );
|
||||
}
|
||||
|
||||
// Allow packages to be reorganized after calculate the shipping
|
||||
|
|
Loading…
Reference in New Issue