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 Summary
Constructors Constructor Description SavedPaymentAccountConfiguration()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PaymentProvider<Payment>
customerPaymentProvider(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.
-
-
-
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.
-
-