@bootpay/client-js 5.2.0-rc.3 → 5.2.0

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.
@@ -61,9 +61,7 @@ declare class TemplatePaymentManager extends TemplateManager {
61
61
  * Comment by GOSOMI
62
62
  * @date: 2023-04-13
63
63
  */
64
- startPaymentUrl(url: string, mode?: string, extra?: {
65
- popup_immediately: boolean;
66
- }): Promise<ConfirmModel>;
64
+ startPaymentUrl(url: string, mode?: string): Promise<ConfirmModel>;
67
65
  /**
68
66
  * 팝업창을 띄우기 위한 준비
69
67
  * Comment by GOSOMI
@@ -48,9 +48,6 @@ export interface RequestPaymentModel extends RequestPaymentBaseModel {
48
48
  export interface RequestPaymentUrlModel {
49
49
  application_id?: string
50
50
  url?: string
51
- extra?: {
52
- popup_immediately?: boolean
53
- }
54
51
  }
55
52
 
56
53
  export interface RequestSubscriptionModel extends RequestPaymentBaseModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bootpay/client-js",
3
- "version": "5.2.0-rc.3",
3
+ "version": "5.2.0",
4
4
  "main": "dist/index.mjs",
5
5
  "exports": {
6
6
  ".": {