@portone/browser-sdk
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -33,2 +33,3 @@ import { CapsToCamel, OneOfType } from '../utils.js'; | ||
shippingAddress?: Entity.Address; | ||
promotionId?: string; | ||
} & (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>); | ||
@@ -35,0 +36,0 @@ /** |
{ | ||
"name": "@portone/browser-sdk", | ||
"type": "module", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "PortOne SDK for browser", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
145193
3935