Class CustomerServiceAutoConfiguration.SavedPaymentAccountConfiguration

java.lang.Object
com.broadleafcommerce.customer.service.autoconfigure.CustomerServiceAutoConfiguration.SavedPaymentAccountConfiguration
Enclosing class:
CustomerServiceAutoConfiguration

@Configuration @ConditionalOnCustomerAsSavedPaymentStorageLocation @Deprecated(since="1.7.2", forRemoval=true) public static class CustomerServiceAutoConfiguration.SavedPaymentAccountConfiguration extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.7.2, in favor of using PaymentTransactionServices as saved payment method storage location.
  • Constructor Details

    • SavedPaymentAccountConfiguration

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

    • 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.