Changeset 19308


Ignore:
Timestamp:
2010/11/07 01:07:35 (13 years ago)
Author:
shutta
Message:

r19307 をマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/pages/shopping/LC_Page_Shopping_Confirm.php

    r19252 r19308  
    115115        // カート集計を元に最終計算 
    116116        // FIXME 使用ポイント, 配送都道府県, 支払い方法, 手数料の扱い 
    117         $arrData = array_merge($tmpData, $objCartSess->calculate($this->cartKey, $objCustomer)); 
     117        $arrData = array_merge($tmpData, $objCartSess->calculate($this->cartKey, $objCustomer, $tmpData['use_point'], $tmpData['deliv_pref'], $tmpData['payment_id'], $tmpData['charge'], $tmpData['discount'])); 
    118118 
    119119        // 会員ログインチェック 
Note: See TracChangeset for help on using the changeset viewer.