Interface | Description |
---|---|
AlternativePaymentOrderStatusHandler |
An interface that defines a handler for an order placed using Alternative payment.
|
Class | Description |
---|---|
AbstractAlternativePaymentPendingOrderHandler |
An abstract class implementation of
AbstractAlternativePaymentPendingOrderHandler that encapsulates order status update for pending orders. |
AlternativePaymentAbandonedOrderHandler |
An implementation of
AlternativePaymentOrderStatusHandler that encapsulates order
status update for an abandoned orders. |
DefaultPaymentPendingOrderHandler |
A default implementation of
DefaultPaymentPendingOrderHandler that encapsulates default logic for order status update for pending orders. |
PayPalPaymentPendingOrderHandler |
Paypal implementation of
PayPalPaymentPendingOrderHandler that encapsulates logic for order status update for pending orders. |