@Service(value="blPaymentModuleService") public class BroadleafPaymentModuleServiceImpl extends java.lang.Object implements BroadleafPaymentModuleService
| Constructor and Description |
|---|
BroadleafPaymentModuleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
manualPayment(PaymentSeed paymentSeed,
java.lang.String transactionID)
Used by the payment module to implement setting the transaction id into the database where approriate
the payment module.
|
void |
validateResponse(PaymentSeed paymentSeed)
Validates the response received from the payment module.
|
public void validateResponse(PaymentSeed paymentSeed) throws java.lang.Exception
BroadleafPaymentModuleServicevalidateResponse in interface BroadleafPaymentModuleServicejava.lang.Exceptionpublic void manualPayment(PaymentSeed paymentSeed, java.lang.String transactionID)
BroadleafPaymentModuleServicemanualPayment in interface BroadleafPaymentModuleServiceCopyright © 2018. All Rights Reserved.