1.1.2 • Published 10 months ago

upi-intent v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

upi

Native upi plugins for capacitor

Install

npm install upi-intent
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


startPayment(...)

startPayment(transaction: Transaction) => Promise<void>
ParamType
transactionTransaction

Interfaces

Transaction

PropType
vpastring
amountstring
namestring
trans_idstring
merchant_codestring
1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.1

10 months ago