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 PayPalCheckoutTransactionService
PayPalGatewayAutoConfiguration. 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 PayPalCheckoutHostedService
PayPalGatewayAutoConfiguration. payPalCheckoutHostedService(PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutTransactionService transactionService)
PayPalCheckoutRollbackService
PayPalGatewayAutoConfiguration. 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 class
DefaultPayPalCheckoutTransactionService
-