Uses of Class
com.broadleafcommerce.vendor.checkoutcom.exception.CheckoutComApplePayCertificateException
Package
Description
-
Uses of CheckoutComApplePayCertificateException in com.broadleafcommerce.vendor.checkoutcom.service.sesseion
Modifier and TypeMethodDescriptionorg.springframework.web.reactive.function.client.WebClient
CheckoutComApplePayWebClientProvider.getApplePayWebClient
(String applicationId, String tenantId) Create and return theWebClient
with the Apple Pay certificates.CheckoutComApplePayCertificateAndKeyProvider.getCertificateInputStream
(String applicationId, String tenantId) Get the input stream to read the Apple Pay certificate.CheckoutComApplePayCertificateAndKeyProvider.getPrivateKeyInputStream
(String applicationId, String tenantId) Get the input stream to read the Apple Pay private key. -
Uses of CheckoutComApplePayCertificateException in com.broadleafcommerce.web.endpoint.exception
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError>
CheckoutComExceptionAdvisor.handleCheckoutComApplePayCertificateException
(CheckoutComApplePayCertificateException ex, org.springframework.web.context.request.WebRequest request)