Skip to content

Commit

Permalink
hnadling special chars, fixing order amount and qty and adding client…
Browse files Browse the repository at this point in the history
… ref to the order id
  • Loading branch information
islam.zuhair committed Feb 10, 2016
1 parent f1c6432 commit 4b0b38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/local/Fetchr/Shipping/Model/Observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ protected function pushCODOrder($order, $shipment='' )
$storeAddress = Mage::getStoreConfig('general/store_information/address');
$shippingmethod = $order->getShippingMethod();
$paymentType = 'COD';
$clienUserName = Mage::getStoreConfig('carriers/fetchr/username');

// Get the selected shipping methods from the config of Fetchr Shipping
// And Include them as they are fethcr. Refer to ---> https://docs.google.com/document/d/1oUosCu2at0U7rWCg24cN-gZHwfdCPPcIgkd6APHMthQ/edit?ts=567671b3
Expand Down

0 comments on commit 4b0b38f

Please sign in to comment.