Uses of Interface
com.broadleafcommerce.paypal.micro.gateway.service.PayPalCheckoutTransactionService
-
Packages that use PayPalCheckoutTransactionService Package Description com.broadleafcommerce.paypal.micro.gateway.autoconfigure com.broadleafcommerce.paypal.micro.gateway.service -
-
Uses of PayPalCheckoutTransactionService in com.broadleafcommerce.paypal.micro.gateway.autoconfigure
Methods in com.broadleafcommerce.paypal.micro.gateway.autoconfigure that return PayPalCheckoutTransactionService Modifier and Type Method Description PayPalCheckoutTransactionServicePayPalGatewayAutoConfiguration. payPalCheckoutTransactionService(PayPalCheckoutProvider paypalCheckoutService, PayPalApiProvider apiProvider, PayPalOrderService payPalOrderService, PayPalCheckoutApiProperties properties, org.springframework.retry.support.RetryTemplate retryTemplate, PayPalUtils utils)Methods in com.broadleafcommerce.paypal.micro.gateway.autoconfigure with parameters of type PayPalCheckoutTransactionService Modifier and Type Method Description PayPalCheckoutHostedServicePayPalGatewayAutoConfiguration. payPalCheckoutHostedService(PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutTransactionService transactionService)PayPalCheckoutRollbackServicePayPalGatewayAutoConfiguration. payPalCheckoutRollbackService(PayPalCheckoutTransactionService transactionService) -
Uses of PayPalCheckoutTransactionService in com.broadleafcommerce.paypal.micro.gateway.service
Classes in com.broadleafcommerce.paypal.micro.gateway.service that implement PayPalCheckoutTransactionService Modifier and Type Class Description classDefaultPayPalCheckoutTransactionService
-