PAYNOW 간편결제 추가

This commit is contained in:
chicpro
2015-09-03 16:49:31 +09:00
parent 0a4618a1b2
commit c1db06d6a1
12 changed files with 172 additions and 6 deletions

View File

@ -312,6 +312,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_default` (
`de_inicis_mid` varchar(255) NOT NULL DEFAULT '',
`de_inicis_admin_key` varchar(255) NOT NULL DEFAULT '',
`de_iche_use` tinyint(4) NOT NULL DEFAULT '0',
`de_easy_pay_use` tinyint(4) NOT NULL DEFAULT '0',
`de_item_use_use` tinyint(4) NOT NULL DEFAULT '0',
`de_item_use_write` tinyint(4) NOT NULL DEFAULT '0',
`de_code_dup_use` tinyint(4) NOT NULL DEFAULT '0',