Changeset 23027 for branches/version-2_13-dev/data/mtb_constants_init.php
- Timestamp:
- 2013/08/05 10:24:23 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/mtb_constants_init.php
r23023 r23027 481 481 /** 複数箇所の税率設定時における優先度設定。カンマ区切りスペース不可で記述。後に書いてあるキーに一致するほど優先される。デフォルト:'product_id,product_class_id,pref_id,country_id'(国>地域(県)>規格単位>商品単位) */ 482 482 define('TAX_RULE_PRIORITY', "product_id,product_class_id,pref_id,country_id"); 483 /** 決済処理中ステータスのロールバックを行う時間の設定(秒) */ 484 define('PENDING_ORDER_CANCEL_TIME', 900); 483 485 486
Note: See TracChangeset
for help on using the changeset viewer.