Uses of Class
com.broadleafcommerce.paypal.micro.gateway.service.provider.exception.PayPalProviderApiException
Packages that use PayPalProviderApiException
-
Uses of PayPalProviderApiException in com.broadleafcommerce.paypal.micro.domain.api
Methods in com.broadleafcommerce.paypal.micro.domain.api that throw PayPalProviderApiExceptionModifier and TypeMethodDescriptionprotected abstract AbstractPayPalResponse<RES>AbstractPayPalRequest.executeInternal(String applicationId, String tenantId) Executes the configured request using thePayPalApiProvider.protected AbstractPayPalResponse<Authorization>PayPalAuthorizationRetrievalRequest.executeInternal(String applicationId, String tenantId) PayPalAuthorizeRequest.executeInternal(String applicationId, String tenantId) PayPalCaptureAuthRequest.executeInternal(String applicationId, String tenantId) protected AbstractPayPalResponse<Order>PayPalCaptureOrderRequest.executeInternal(String applicationId, String tenantId) protected AbstractPayPalResponse<Order>PayPalCreateOrderRequest.executeInternal(String applicationId, String tenantId) protected AbstractPayPalResponse<Order>PayPalOrderRetrievalRequest.executeInternal(String applicationId, String tenantId) protected AbstractPayPalResponse<Refund>PayPalRefundRequest.executeInternal(String applicationId, String tenantId) protected AbstractPayPalResponse<Void>PayPalUpdateOrderRequest.executeInternal(String applicationId, String tenantId) protected AbstractPayPalResponse<Void>PayPalVoidAuthRequest.executeInternal(String applicationId, String tenantId)