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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i novonity-plugin-alipay

Weekly Downloads

1

Version

1.1.0

License

Apache 2.0

Last publish

Collaborators

  • novonity