Skip to content

Commit f149fe5

Browse files
author
parksehong
committed
월컴 카드정기결제(디지털) 오류 수정
1 parent 4d4fb31 commit f149fe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/bootpay.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ window.BootPay =
3939
option: {}
4040
phoneRegex: /^\d{2,3}\d{3,4}\d{4}$/
4141
dateFormat: /(\d{4})-(\d{2})-(\d{2})/
42-
zeroPaymentMethod: ['bankalarm', 'auth', 'card_rebill']
42+
zeroPaymentMethod: ['bankalarm', 'auth', 'card_rebill', 'digital_card_rebill']
4343
urls: require('../package.json').urls
4444
tk: undefined
4545
localStorage: {}

0 commit comments

Comments
 (0)