Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 417 Bytes

Hosted Payment Form

Build a simple checkout form to collect payment details. Included are some basic build and run scripts you can use to start up the application.

Running the sample

  1. Build the server
mvn package
  1. Run the server
java -cp target/sample-jar-with-dependencies.jar com.zuora.sample.Server
  1. Go to http://localhost:8888/checkout.html