1.1.0 • Published 9 years ago
novonity-plugin-alipay v1.1.0
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.