@bootpay/client-js 5.1.1 → 5.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -1
- package/dist/index.es.js +1476 -1459
- package/dist/index.umd.js +18 -18
- package/dist/package.json.d.ts +1 -1
- package/dist/src/lib/bootpay-store.d.ts +1 -0
- package/dist/src/lib/event/hooks/ex/window.d.ts +1 -0
- package/dist/src/lib/hooks/store.d.ts +5 -0
- package/dist/src/support/ex-store.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
## Change Log
|
|
4
4
|
|
|
5
|
-
### 5.1.
|
|
5
|
+
### 5.1.4
|
|
6
|
+
|
|
7
|
+
* store hooks 추가 ( sessionUpdate, onReady 등 이벤트 추가 )
|
|
8
|
+
|
|
9
|
+
### 5.1.3
|
|
10
|
+
|
|
11
|
+
* extra option 추가 { webhook_delay_duration: number } - 결제완료/취소시 웹훅 지연시간 설정 ( 단위: 초, 최대 600초 (10분)까지 지연이 가능합니다 )
|
|
12
|
+
|
|
13
|
+
### 5.1.2
|
|
14
|
+
|
|
15
|
+
* 팝업진행전 금액 표시 elementdptj line-height 외부 css로 인해 제대로 보이지 않는 현상 수정
|
|
16
|
+
|
|
17
|
+
### 5.1.1
|
|
6
18
|
|
|
7
19
|
* 네이버페이 팝업 결제 진행시 redirect_url로 이동할때 close 이벤트가 발생하는 버그 수정
|
|
8
20
|
|