Interface | Description |
---|---|
ArticleDataRepository |
Spring Data repository for ArticleData.
|
DemoPerRequestPaymentDataRepository |
Spring Data repository for DemoPerRequestPaymentData.
|
Class | Description |
---|---|
ArticleData |
Article Data is a demo table for looking up price for a given unit
of article id.
|
DemoPaymentHandler |
Demo implementation of a Payment Handler extending SpringPaymentHandler.
|
DemoPerRequestPaymentData |
Demo payment data implementing the PerRequestPaymentData requirements
for payment flow to work.
|