novonity-plugin-alipay

1.1.0 • Public • Published

novonity-plugin-alipay

Cordova plugin for alipay.

Installation

$ ionic plugin add novonity-plugin-alipay

How to use

Call the function below directly when using ionic1

AliPay.pay(params);

or in typescript when using ionic2

declare var AliPay: any;
AliPay.pay(params);

Notice

The parameter "params" above contains all the data that payOrder function in the AlipaySdk needed.

Package Sidebar

Install

npm i novonity-plugin-alipay

Weekly Downloads

4

Version

1.1.0

License

Apache 2.0

Last publish

Collaborators

  • novonity