Skip to content

qaside/paypalm-spring-boot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Build Status

Integration sample

What is this repository for ?

  • Quick summary
    • PayPal integration WebApp (SpringBoot (MVC) + Kotlin implementation)
  • Version
    • 0.0.1-SNAPSHOT

How do I get set up ?

  • You will need:

    • JDK v.8+
  • Compile, build artifacts and run the application:

    • mvn(w) clean spring-boot:run

    or

    • mvn(w) clean package and then java -jar target/paypalm-reboot-0.0.1-SNAPSHOT.jar
  • Navigate to http://localhost:8080

    • Default user credentials:demo / demo
  • Update PayPal user account settings

  • Profit !

Notes

  • Please be aware that PayPal's "sandbox" is not stable and thus you can fall into the "timed out" issues.

Who do I talk to ?

Serhii Shymkiv

Packages

No packages published

Languages

  • Kotlin 72.3%
  • HTML 22.8%
  • JavaScript 3.2%
  • Other 1.7%