Class ExternalPaymentTransactionAutoConfiguration

java.lang.Object
com.broadleafcommerce.cartoperation.service.payment.autoconfigure.ExternalPaymentTransactionAutoConfiguration

@Configuration @EnableConfigurationProperties({ExternalPaymentTransactionProperties.class,ExternalPaymentTransactionCallbackRedirectionProperties.class}) @ConditionalOnProperty(value="broadleaf.payment.legacy-external-payment-pattern-enabled", havingValue="false", matchIfMissing=true) public class ExternalPaymentTransactionAutoConfiguration extends Object