@portone/browser-sdk 0.0.8 → 0.0.9
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.
|
@@ -30,6 +30,7 @@ export type PaymentRequest = {
|
|
|
30
30
|
bypass?: Entity.PaymentBypass;
|
|
31
31
|
country?: Entity.Country;
|
|
32
32
|
shippingAddress?: Entity.Address;
|
|
33
|
+
promotionId?: string;
|
|
33
34
|
} & (PayMethodOptions<'CARD', Card> | PayMethodOptions<'VIRTUAL_ACCOUNT', VirtualAccount> | PayMethodOptions<'TRANSFER', Transfer> | PayMethodOptions<'MOBILE', Mobile> | PayMethodOptions<'GIFT_CERTIFICATE', GiftCertificate> | PayMethodOptions<'EASY_PAY', EasyPay> | PayMethodOptions<'PAYPAL', Paypal> | PayMethodOptions<'ALIPAY', Alipay>);
|
|
34
35
|
/**
|
|
35
36
|
* iframe/popup 방식으로 PG사 창이 렌더링 된 경우
|