0.0.2 • Published 12 months ago
checkout-plugin v0.0.2
checkout-plugin
checkout
Install
npm install checkout-plugin
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
presentCheckout(...)
presentCheckout(options: { checkoutUrl: string; }) => Promise<void>
Param | Type |
---|---|
options | { checkoutUrl: string; } |