File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33## Change Log
44
5- ### 3.3.1 (Stable)
5+ ### 3.3.2 (Stable)
6+ #### 월컴페이먼츠 카드정기결제(디지털) 버그 수정
7+ - 결제방법 digital_card_rebill 추가
8+
9+ ### 3.3.1
610#### 통합결제 1000원 미만 결제 팝업 버그 수정
711- method blank 처리 추가, methods 다결제 요청시 validation 추가
812
@@ -162,7 +166,7 @@ var BootPay = require('bootpay-js');
162166{
163167 "dependencies" : {
164168 //...
165- "bootpay-js" : " ^3.3.0 "
169+ "bootpay-js" : " ^3.3.2 "
166170 //...
167171 }
168172}
@@ -176,7 +180,7 @@ import BootPay from 'bootpay-js'
176180``` html
177181<script type =" text/javascript" >
178182 // jQuery 수정 버전을 로드한다.
179- require ([" https://cdn.bootpay.co.kr/js/bootpay-3.3.0 .min.js" ], function (BootPay ) {
183+ require ([" https://cdn.bootpay.co.kr/js/bootpay-3.3.2 .min.js" ], function (BootPay ) {
180184 BootPay .request ({
181185 // anyThing Data
182186 });
You can’t perform that action at this time.
0 commit comments