Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 981 Bytes

File metadata and controls

34 lines (23 loc) · 981 Bytes

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