We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f149fe5 commit 88f6e6bCopy full SHA for 88f6e6b
1 file changed
README.md
@@ -2,7 +2,11 @@
2
3
## Change Log
4
5
-### 3.3.1 (Stable)
+### 3.3.2 (Stable)
6
+#### 월컴페이먼츠 카드정기결제(디지털) 버그 수정
7
+- 결제방법 digital_card_rebill 추가
8
+
9
+### 3.3.1
10
#### 통합결제 1000원 미만 결제 팝업 버그 수정
11
- method blank 처리 추가, methods 다결제 요청시 validation 추가
12
@@ -162,7 +166,7 @@ var BootPay = require('bootpay-js');
162
166
{
163
167
"dependencies": {
164
168
//...
165
- "bootpay-js": "^3.3.0"
169
+ "bootpay-js": "^3.3.2"
170
171
}
172
@@ -176,7 +180,7 @@ import BootPay from 'bootpay-js'
176
180
```html
177
181
<script type="text/javascript">
178
182
//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) {
184
BootPay.request({
185
// anyThing Data
186
});
0 commit comments