이니시스 Lpay 간편결제 추가

This commit is contained in:
thisgun
2017-12-20 13:58:56 +09:00
parent 70fb060792
commit f8a5969c55
26 changed files with 517 additions and 205 deletions

View File

@ -354,6 +354,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_default` (
`de_iche_use` tinyint(4) NOT NULL DEFAULT '0',
`de_easy_pay_use` tinyint(4) NOT NULL DEFAULT '0',
`de_samsung_pay_use` tinyint(4) NOT NULL DEFAULT '0',
`de_inicis_lpay_use` tinyint(4) NOT NULL DEFAULT '0',
`de_inicis_cartpoint_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',