- Timestamp:
- 2006/11/07 11:44:04 (20 years ago)
- Location:
- temp/trunk/html/shopping
- Files:
-
- 2 edited
-
confirm.php (modified) (1 diff)
-
load_payment_module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/shopping/confirm.php
r7567 r7574 82 82 // ·èºÑ¶èʬ¤ò¼èÆÀ¤¹¤ë 83 83 if(sfColumnExists("dtb_payment", "memo01")){ 84 $sql = "SELECT memo0 4FROM dtb_payment WHERE payment_id = ?";84 $sql = "SELECT memo03 FROM dtb_payment WHERE payment_id = ?"; 85 85 $arrPayment = $objQuery->getall($sql, array($arrData['payment_id'])); 86 86 } 87 87 88 88 // ·èºÑÊýË¡¤Ë¤è¤ê²èÌÌÀÚÂØ 89 switch($arrPayment[0]["memo0 4"]) {89 switch($arrPayment[0]["memo03"]) { 90 90 case PAYMENT_CREDIT_ID: 91 91 case PAYMENT_CONVENIENCE_ID: -
temp/trunk/html/shopping/load_payment_module.php
r7573 r7574 9 9 $objSiteSess = new SC_SiteSession(); 10 10 $objCartSess = new SC_CartSession(); 11 $objQuery = new SC_Query(); 11 12 12 13 // ¥¢¥¯¥»¥¹¤ÎÀµÅöÀ¤ÎȽÄê
Note: See TracChangeset
for help on using the changeset viewer.
