| Package | Description |
|---|---|
| org.broadleafcommerce.core.payment.service | |
| org.broadleafcommerce.core.payment.service.module |
| Modifier and Type | Field and Description |
|---|---|
protected PaymentModule |
PaymentServiceImpl.paymentModule |
| Modifier and Type | Method and Description |
|---|---|
PaymentModule |
PaymentServiceImpl.getPaymentModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentServiceImpl.setPaymentModule(PaymentModule paymentModule) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModule |
class |
AcceptAndPassthroughModule
This payment module can be utilized when you wish to accept an order's payment without acting on it.
|
class |
DefaultModule |
class |
NullCreditCardPaymentModule
The following methods simulates a PaymentModule by overriding the process methods of the PaymentModule.
|
Copyright © 2014. All Rights Reserved.