@bootpay/client-js 4.3.0 → 4.3.1

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.
@@ -51,6 +51,12 @@ declare class BootpayPaymentEventManager extends BootpayWindowEvent {
51
51
  * @date: 2021-12-29
52
52
  */
53
53
  clearPollingEvent(): void;
54
+ /**
55
+ * PostMessage bind 이벤트 모두 삭제하기
56
+ * Comment by GOSOMI
57
+ * @date: 2023-04-18
58
+ */
59
+ allClearEvent(): void;
54
60
  }
55
61
  export declare const BootpayPaymentEvent: BootpayPaymentEventManager;
56
62
  export {};
@@ -15,6 +15,7 @@ export interface RequestPaymentModel {
15
15
  price: number;
16
16
  tax_free?: number;
17
17
  platform_type?: number;
18
+ currency?: string;
18
19
  order_id: string;
19
20
  uuid?: string;
20
21
  sk?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bootpay/client-js",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "scripts": {