Changeset 22538


Ignore:
Timestamp:
2013/02/13 18:39:30 (11 years ago)
Author:
pineray
Message:

#2044 getAllProductsTotal関数の第2引数は不要なので削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php

    r22537 r22538  
    403403        $arrResults = array(); 
    404404        $arrResults['arrDelivTime'] = $objPurchase->getDelivTime($deliv_id); 
    405         $total = $objCartSess->getAllProductsTotal($objCartSess->getKey(), $deliv_id); 
     405        $total = $objCartSess->getAllProductsTotal($objCartSess->getKey()); 
    406406        $arrResults['arrPayment'] = $objPurchase->getPaymentsByPrice($total, $deliv_id); 
    407407        $arrResults['img_show'] = $this->hasPaymentImage($arrResults['arrPayment']); 
Note: See TracChangeset for help on using the changeset viewer.