Skip to content

Commit 88f6e6b

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

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
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
});

0 commit comments

Comments
 (0)