Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am implementing paypal to my phonegap,but i am not able to run this paypal one.I have followed the following steps to implement.

1.I have implemented three js paypal-mobile-js-helper.js ,cdv-plugin-paypal-mobile-sdk.js and paypal.js in paypal.html after cordova.js

2.Used com.paypal.cordova.mobilesdk plugin in config.xml .I am not sure about it and how to use this plugin

3.In paypal.html i have used this in body section


HTML
<button id="buyNowBtn"> Buy Now !</button>
              <button id="buyInFutureBtn"> Pay in Future !</button>
              <button id="profileSharingBtn"> Profile Sharing !</button>



after click upon the button ,nothing is happening. Where i am doing wrong,please suggest me.Thank you
Posted
Comments
Richard MacCutchan 8-Jan-16 4:44am    
You do not have any actions connected to your buttons.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900