Ticket #395 (new バグ指摘) — at Initial Version
お支払方法のエラー
| Reported by: | takegami | Owned by: | somebody |
|---|---|---|---|
| Priority: | 中 | Milestone: | EC-CUBE2.4.1 |
| Component: | フロント | Version: | 2.4.0 |
| Keywords: | Cc: | ||
| 修正済み: |
Description
お支払方法でエラーチェック時、
$arrInfoにNULLが入り税込計算がおかしくなり
不正なページへ移動する。
function lfCheckError($arrData)
↓
function lfCheckError($arrData, $arrInfo, $objCartSess)
$objView = new SC_MobileView();
$objSiteInfo = $objView->objSiteInfo;
$arrInfo = $objSiteInfo->data;
$objCartSess = new SC_CartSession();
$arrInfo = $objSiteInfo->data;
を削除
Note: See
TracTickets for help on using
tickets.
