Changeset 22554 for branches/version-2_12-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php
- Timestamp:
- 2013/02/15 21:45:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php
r22553 r22554 403 403 function getSelectedDeliv(&$objPurchase, &$objCartSess, $deliv_id) { 404 404 $arrResults = array(); 405 $arrResults['arrDelivTime'] = $objPurchase->getDelivTime($deliv_id);405 $arrResults['arrDelivTime'] = SC_Helper_Delivery_Ex::getDelivTime($deliv_id); 406 406 $total = $objCartSess->getAllProductsTotal($objCartSess->getKey()); 407 407 $arrResults['arrPayment'] = $objPurchase->getPaymentsByPrice($total, $deliv_id);
Note: See TracChangeset
for help on using the changeset viewer.