@Service(value="blPaymentModuleService") public class BroadleafPaymentModuleServiceImpl extends Object implements BroadleafPaymentModuleService
| Constructor and Description |
|---|
BroadleafPaymentModuleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
manualPayment(PaymentSeed paymentSeed,
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 Exception
BroadleafPaymentModuleServicevalidateResponse in interface BroadleafPaymentModuleServiceExceptionpublic void manualPayment(PaymentSeed paymentSeed, String transactionID)
BroadleafPaymentModuleServicemanualPayment in interface BroadleafPaymentModuleServiceCopyright © 2014. All Rights Reserved.