チェンジセット 17703
- コミット日時:
- 2008/11/10 20:57:44 (2 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
branches/version-1/html/mobile/shopping/payment.php
r17690 r17703 81 81 // �����Ѵ� 82 82 $objFormParam->convParam(); 83 $objPage->arrErr = lfCheckError($objPage->arrData );83 $objPage->arrErr = lfCheckError($objPage->arrData, $arrInfo, $objCartSess ); 84 84 if (!isset($objPage->arrErr['payment_id'])) { 85 85 // ������ˡ�������顼�ʤ� … … 97 97 // �����Ѵ� 98 98 $objFormParam->convParam(); 99 $objPage->arrErr = lfCheckError($objPage->arrData );99 $objPage->arrErr = lfCheckError($objPage->arrData, $arrInfo, $objCartSess ); 100 100 // �����顼�ʤ� 101 101 if(count($objPage->arrErr) == 0) { … … 192 192 193 193 /* �����Υ���å� */ 194 function lfCheckError($arrData ) {194 function lfCheckError($arrData, $arrInfo, $objCartSess ) { 195 195 global $objFormParam; 196 196 global $objCustomer; … … 215 215 } 216 216 217 //������ˡ����� 218 $objView = new SC_SiteView(); 219 $objSiteInfo = $objView->objSiteInfo; 220 $arrInfo = $objSiteInfo->data; 221 $objCartSess = new SC_CartSession(); 222 $arrInfo = $objSiteInfo->data; 217 //������ˡ����� 223 218 // ������μ�� 224 219 $total_pretax = $objCartSess->getAllProductsTotal($arrInfo); branches/version-1/html/shopping/payment.php
r17687 r17703 65 65 // �����Ѵ� 66 66 $objFormParam->convParam(); 67 $objPage->arrErr = lfCheckError($objPage->arrData );67 $objPage->arrErr = lfCheckError($objPage->arrData, $arrInfo, $objCartSess ); 68 68 // �����顼�ʤ� 69 69 if(count($objPage->arrErr) == 0) { … … 156 156 157 157 /* �����Υ���å� */ 158 function lfCheckError($arrData ) {158 function lfCheckError($arrData, $arrInfo, $objCartSess ) { 159 159 global $objFormParam; 160 160 global $objCustomer; … … 180 180 181 181 //������ˡ����� 182 $objView = new SC_SiteView(); 183 $objSiteInfo = $objView->objSiteInfo; 184 $arrInfo = $objSiteInfo->data; 185 $objCartSess = new SC_CartSession(); 186 $arrInfo = $objSiteInfo->data; 187 // ������μ�� 182 // ������μ�� 188 183 $total_pretax = $objCartSess->getAllProductsTotal($arrInfo); 189 184 // ������ˡ�μ�
