Skip to content

Example code for PayPal Mobile SDK Cordova/Phonegap Plugin

License

Notifications You must be signed in to change notification settings

THEDOWNCOUNTRY/MyCordovaShop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyCordovaShop

Example code for PayPal Mobile SDK Cordova/Phonegap Plugin

  • Make sure you have cordova installed if you have node just run sudo npm install -g cordova else read here
  • For security reasons, by default the environment is NoNetwork.
  • If you want to try sandbox and/or live enter your client ids here and set environment to PayPalEnvironmentProduction or PayPalEnvironmentSandbox here

Usage

$ git clone https://github.com/romk1n/MyCordovaShop.git
$ cordova plugin add cordova-plugin-console
$ cordova plugin add com.paypal.cordova.mobilesdk
$ cordova platform add ios
$ cordova platform add android   
# for ios
$ cordova run ios
# for android
$ cordova run android

About

Example code for PayPal Mobile SDK Cordova/Phonegap Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.9%
  • CSS 35.9%
  • HTML 21.2%