Skip to content

Commit

Permalink
Merge pull request PayU-EMEA#38 from PayU/orderv2
Browse files Browse the repository at this point in the history
Shipping recalculation fix
  • Loading branch information
gniewkoo committed May 28, 2014
2 parents af81e7f + 0db5abc commit 7bde7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/community/PayU/Account/Model/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public function orderCreateRequest(Mage_Sales_Model_Order $order, $allShippingRa

}

$grandTotal = $this->_order->getGrandTotal ();
$grandTotal = $this->_order->getGrandTotal () - $this->_order->getShippingAmount ();
}

$shippingCost = array (
Expand Down

0 comments on commit 7bde7e3

Please sign in to comment.