Ignore:
Timestamp:
2011/02/08 22:18:07 (13 years ago)
Author:
nanasess
bzr:base-revision:
ohkouchi@loop-az.jp-20110208051257-xl9fregl4xbtkxn7
bzr:committer:
Kentaro Ohkouchi <ohkouchi@loop-az.jp>
bzr:file-ids:

data/Smarty/templates/default/shopping/payment.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fshopping%2Fpayment.tpl
data/Smarty/templates/mobile/shopping/payment.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fmobile%2Fshopping%2Fpayment.tpl
data/Smarty/templates/sphone/shopping/payment.tpl payment.tpl-20101209134550-lsv02w9wikfx9cj3-40
data/class/helper/SC_Helper_Purchase.php sc_helper_purchase.p-20101020100530-jyaoa7ch9pdfjqzp-1
data/class/pages/shopping/LC_Page_Shopping_Payment.php 15223@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fshopping%2FLC_Page_Shopping_Payment.php
bzr:mapping-version:
v4
bzr:merge:

ohkouchi@loop-az.jp-20110208131617-jyz7xe44rri90ct0
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
ohkouchi@loop-az.jp-20110208131803-xedcdo8gjw03g54o
bzr:revno:
2842
bzr:revprop:branch-nick:
branches/version-2_5-dev
bzr:root:
branches/version-2_5-dev
bzr:text-revisions:

data/Smarty/templates/default/shopping/payment.tpl ohkouchi@loop-az.jp-20110208131617-jyz7xe44rri90ct0
data/Smarty/templates/mobile/shopping/payment.tpl ohkouchi@loop-az.jp-20110208131617-jyz7xe44rri90ct0
data/Smarty/templates/sphone/shopping/payment.tpl ohkouchi@loop-az.jp-20110208131617-jyz7xe44rri90ct0
data/class/helper/SC_Helper_Purchase.php ohkouchi@loop-az.jp-20110208131617-jyz7xe44rri90ct0
data/class/pages/shopping/LC_Page_Shopping_Payment.php ohkouchi@loop-az.jp-20110208131617-jyz7xe44rri90ct0
bzr:timestamp:
2011-02-08 22:18:03.164000034 +0900
bzr:user-agent:
bzr2.2.1+bzr-svn1.0.4
svn:original-date:
2011-02-08T13:18:03.164000Z
Message:

#984([フロント]商品購入 リファクタリング)

  • /shopping/payment.php
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/helper/SC_Helper_Purchase.php

    r20112 r20114  
    350350        $where = 'del_flg = 0 AND payment_id IN (' . implode(', ', array_pad(array(), count($arrPaymentIds), '?')) . ')'; 
    351351        $objQuery->setOrder("rank DESC"); 
    352         $payments = $objQuery->select("payment_id, payment_method, rule, upper_rule, note, payment_image", "dtb_payment", $where, $arrPaymentIds); 
     352        $payments = $objQuery->select("payment_id, payment_method, rule, upper_rule, note, payment_image, charge", "dtb_payment", $where, $arrPaymentIds); 
    353353 
    354354        foreach ($payments as $data) { 
Note: See TracChangeset for help on using the changeset viewer.