Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
/ MyCordovaShop Public archive

Example code for PayPal Mobile SDK Cordova/Phonegap Plugin

License

Notifications You must be signed in to change notification settings

romk1n/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