Interface PaymentGatewayTransactionResponseService
- All Superinterfaces:
PaymentGatewayTypeAware
This service is intended to record transactions from the payment gateway and build a
PaymentResponse
from the GatewayTransactionResponse
.- Author:
- mariestandeven
-
Method Summary
Modifier and TypeMethodDescriptionbuildPaymentResponse
(GatewayTransactionResponse transactionResponse) Builds aPaymentResponse
from theGatewayTransactionResponse
, to save transaction results from the gateway.Methods inherited from interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
getGatewayType
-
Method Details
-
buildPaymentResponse
Builds aPaymentResponse
from theGatewayTransactionResponse
, to save transaction results from the gateway.- Parameters:
transactionResponse
- the transaction response from the gateway- Returns:
- the results of the transaction to be recorded
-