@portone/browser-sdk 0.1.4 → 0.1.5
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/dist/v2/entity/EasyPayProvider.d.ts +6 -0
- package/dist/v2.cjs +6 -0
- package/dist/v2.js +6 -0
- package/package.json +1 -1
|
@@ -251,6 +251,12 @@ export declare const EasyPayProvider: {
|
|
|
251
251
|
* - KICC V2 알리페이 플러스
|
|
252
252
|
*/
|
|
253
253
|
readonly KREDIVO: "KREDIVO";
|
|
254
|
+
/**
|
|
255
|
+
* WeChat Pay
|
|
256
|
+
*
|
|
257
|
+
* - KICC V2 알리페이 플러스
|
|
258
|
+
*/
|
|
259
|
+
readonly WECHAT: "WECHAT";
|
|
254
260
|
};
|
|
255
261
|
/**
|
|
256
262
|
* PG 제휴로 간편결제를 이용할 때, 간편결제 UI를 직접 호출할 수 있는 간편결제
|
package/dist/v2.cjs
CHANGED
|
@@ -2646,6 +2646,12 @@ const EasyPayProvider = {
|
|
|
2646
2646
|
* - KICC V2 알리페이 플러스
|
|
2647
2647
|
*/
|
|
2648
2648
|
KREDIVO: 'KREDIVO',
|
|
2649
|
+
/**
|
|
2650
|
+
* WeChat Pay
|
|
2651
|
+
*
|
|
2652
|
+
* - KICC V2 알리페이 플러스
|
|
2653
|
+
*/
|
|
2654
|
+
WECHAT: 'WECHAT',
|
|
2649
2655
|
};
|
|
2650
2656
|
|
|
2651
2657
|
// This file is automatically generated by the SDK generator.
|
package/dist/v2.js
CHANGED
|
@@ -2642,6 +2642,12 @@ const EasyPayProvider = {
|
|
|
2642
2642
|
* - KICC V2 알리페이 플러스
|
|
2643
2643
|
*/
|
|
2644
2644
|
KREDIVO: 'KREDIVO',
|
|
2645
|
+
/**
|
|
2646
|
+
* WeChat Pay
|
|
2647
|
+
*
|
|
2648
|
+
* - KICC V2 알리페이 플러스
|
|
2649
|
+
*/
|
|
2650
|
+
WECHAT: 'WECHAT',
|
|
2645
2651
|
};
|
|
2646
2652
|
|
|
2647
2653
|
// This file is automatically generated by the SDK generator.
|