Uses of Class
com.broadleafcommerce.vendor.chasepayment.service.wallet.exception.ChasePaymentApplePayCertificateException
Packages that use ChasePaymentApplePayCertificateException
Package
Description
-
Uses of ChasePaymentApplePayCertificateException in com.broadleafcommerce.vendor.chasepayment.service.wallet.provider
Methods in com.broadleafcommerce.vendor.chasepayment.service.wallet.provider that throw ChasePaymentApplePayCertificateExceptionModifier and TypeMethodDescriptionorg.springframework.web.reactive.function.client.WebClientChasePaymentApplePayWebClientProvider.getApplePayWebClient(String applicationId, String tenantId) Create and return theWebClientwith the Apple Pay certificates.ChasePaymentApplePayMerchantIdentityCertificateAndKeyProvider.getMerchantIdentityCertificateInputStream(String applicationId, String tenantId) Get the input stream to read the Apple Pay Merchant Identity certificate.ChasePaymentApplePayMerchantIdentityCertificateAndKeyProvider.getMerchantIdentityPrivateKeyInputStream(String applicationId, String tenantId) Get the input stream to read the Apple Pay Merchant Identity private key. -
Uses of ChasePaymentApplePayCertificateException in com.broadleafcommerce.vendor.chasepayment.web.endpoint.exception
Methods in com.broadleafcommerce.vendor.chasepayment.web.endpoint.exception with parameters of type ChasePaymentApplePayCertificateExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError>ChasePaymentWalletExceptionAdvisor.handleChasePaymentApplePayCertificateException(ChasePaymentApplePayCertificateException ex, org.springframework.web.context.request.WebRequest request)