Class PassthroughPaymentConfigurationServiceImpl

java.lang.Object
org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
org.broadleafcommerce.core.checkout.service.gateway.PassthroughPaymentConfigurationServiceImpl
All Implemented Interfaces:
PaymentGatewayConfigurationService

@Service("blPassthroughPaymentConfigurationService") public class PassthroughPaymentConfigurationServiceImpl extends AbstractPaymentGatewayConfigurationService
A Default Configuration to handle Passthrough Payments, for example COD payments. This default implementation just supports a rollback service and transaction service.
Author:
Elbert Bautista (elbertbautista)