1.1.0 • Published 9 years ago

novonity-plugin-alipay v1.1.0

Weekly downloads
4
License
Apache 2.0
Repository
github
Last release
9 years ago

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.