Ignore:
Timestamp:
2011/06/15 16:30:24 (13 years ago)
Author:
Seasoft
Message:

#1294 (ソースを読みやすくする)

  • SC_Utils#sfPrePoint 利用していない第4引数を削除。またこれにより第3引数を省略可能な呼び出しでは、第3引数を使わない。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/SC_CartSession.php

    r20877 r20976  
    219219                    $this->cartSession[$productTypeId][$i]['id'][0] = ""; 
    220220                } 
    221                 $id = $this->cartSession[$productTypeId][$i]['id'][0]; 
    222                 $point = SC_Utils_Ex::sfPrePoint($price, $point_rate, POINT_RULE, $id); 
     221                $point = SC_Utils_Ex::sfPrePoint($price, $point_rate); 
    223222                $total+= ($point * $quantity); 
    224223            } 
Note: See TracChangeset for help on using the changeset viewer.