Skip to content

beyondspider/cordova-plugin-payment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title Payment
description Payment Alipay.

cordova-plugin-payment

Payment for cordova plugin.

Supported Platforms

  • Android
  • iOS

Install

cordova plugin add git+https://github.com/beyondspider/cordova-plugin-payment.git
cordova plugin rm cordova-plugin-payment

Use

cordova.plugins.Payment.openAlipay(
  "https://qr.alipay.com/xxxxyyyyzzzz",
  function(data) {
    alert("Payment:" + data);
    console.log("Payment:" + data);
  },
  function(error) {
    console.error(error);
  }
);

License

Copyright (c) 2019 beyondspider

MIT License

About

cordova plugin payment, alipay, 支付宝

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors