Fixed identation mistake

This commit is contained in:
Thiago Benvenuto 2016-03-03 22:49:35 -03:00
parent 7832039bb7
commit 30a06d85df
1 changed files with 1 additions and 1 deletions

View File

@ -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