Changeset 22538
- Timestamp:
- 2013/02/13 18:39:30 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php
r22537 r22538 403 403 $arrResults = array(); 404 404 $arrResults['arrDelivTime'] = $objPurchase->getDelivTime($deliv_id); 405 $total = $objCartSess->getAllProductsTotal($objCartSess->getKey() , $deliv_id);405 $total = $objCartSess->getAllProductsTotal($objCartSess->getKey()); 406 406 $arrResults['arrPayment'] = $objPurchase->getPaymentsByPrice($total, $deliv_id); 407 407 $arrResults['img_show'] = $this->hasPaymentImage($arrResults['arrPayment']);
Note: See TracChangeset
for help on using the changeset viewer.