Package | Description |
---|---|
com.broadleafcommerce.paymentgateway.service | |
com.broadleafcommerce.paymentgateway.service.provider |
Modifier and Type | Method and Description |
---|---|
Long |
PaymentGatewayCheckoutService.applyPaymentToOrder(PaymentResponse responseDTO,
PaymentGatewayConfiguration config) |
Long |
CustomerPaymentGatewayService.createCustomerPaymentFromResponseDTO(PaymentResponse responseDTO,
PaymentGatewayConfiguration config) |
void |
CustomerPaymentGatewayService.deleteCustomerPaymentFromResponseDTO(PaymentResponse responseDTO,
PaymentGatewayConfiguration config) |
Long |
CustomerPaymentGatewayService.updateCustomerPaymentFromResponseDTO(PaymentResponse responseDTO,
PaymentGatewayConfiguration config) |
Modifier and Type | Method and Description |
---|---|
PaymentGatewayConfiguration |
PaymentGatewayConfigurationProvider.getConfiguration(String gatewayType)
Returns the first
PaymentGatewayConfiguration that matches the given
PaymentGatewayType . |
PaymentGatewayConfiguration |
DefaultPaymentGatewayConfigurationProvider.getConfiguration(@NonNull String gatewayType) |
Copyright © 2021. All rights reserved.