| 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 | Interface and Description |
|---|---|
interface |
PassthroughConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPassthroughConfiguration |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PaymentGatewayConfiguration> |
DefaultPaymentGatewayConfigurationProvider.getPaymentGatewayConfigurations() |
Copyright © 2021. All rights reserved.