Class PaymentGatewayResolverImpl

java.lang.Object
org.broadleafcommerce.common.payment.service.PaymentGatewayResolverImpl
All Implemented Interfaces:
PaymentGatewayResolver

@Service("blPaymentGatewayResolver") public class PaymentGatewayResolverImpl extends Object implements PaymentGatewayResolver
Default Resolver implementation. Extensions and modules can override this to provide more exotic scenarios on which PaymentGateway should be used.
Author:
Elbert Bautista (elbertbautista)