Ignore:
Timestamp:
2013/09/04 18:24:20 (11 years ago)
Author:
h_yoshimoto
Message:

#2102 APIの有効/無効フラグを追加。デフォルトでOFFに。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/mtb_constants_init.php

    r23182 r23188  
    485485/** 決済処理中ステータスのロールバックをするか(true:する false:しない) */ 
    486486define('PENDING_ORDER_CANCEL_FLAG', true); 
     487/** API機能を有効にする(true:する false:しない) */ 
     488define('API_ENABLE_FLAG', false); 
Note: See TracChangeset for help on using the changeset viewer.