Class CustomerServiceAutoConfiguration.SavedPaymentAccountConfiguration

    • Constructor Detail

      • SavedPaymentAccountConfiguration

        public SavedPaymentAccountConfiguration()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • customerPaymentProvider

        @Bean
        @ConditionalOnMissingBean
        public PaymentProvider<Payment> customerPaymentProvider​(@Qualifier("customerWebClient")
                                                                org.springframework.web.reactive.function.client.WebClient webClient,
                                                                com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                                                com.broadleafcommerce.common.extension.TypeFactory typeFactory,
                                                                ExternalPaymentProperties properties)
        Deprecated, for removal: This API element is subject to removal in a future version.