All Classes and Interfaces

Class
Description
 
 
 
This is a sample implementation of a Hosted Payment Gateway Processor.
This is a sample implementation of a Payment Gateway Processor.
 
In order to use load this demo service, you will need to component scan the package "com.broadleafcommerce".
 
 
This is a sample implementation of PaymentGatewayAbstractController that mimics what a real Payment Gateway Controller might look like.
 
 
 
This sample handler will add itself to the PaymentGatewayFieldExtensionManager and will output the input NAMEs that are required by the SampleMockProcessorController Note, we don't want this loaded into the extension manager if a real payment gateway is used, so make sure to not scan this class when using a real implementation.
A Thymeleaf processor that will generate a Mock Hosted Link given a passed in PaymentRequestDTO.
 
 
 
 
 
This is an example implementation of a PaymentGatewayHostedService.
 
 
 
 
This is an example implementation of a PaymentGatewayTransactionService.
This is an example implementation of a PaymentGatewayTransparentRedirectService.
This sample handler will add itself to the TRCreditCardExtensionManager and will add some default hidden parameters/form POST URL for our fake SampleMockProcessorController Note, we don't want this loaded into the extension manager if a real payment gateway is used, so make sure to not scan this class when using a real implementation.
 
This is an example implementation of a PaymentGatewayWebResponseService.