Class PayPalDirectProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor, IPayPalDirectPaymentProcessor, IPayPalExpressPaymentProcessor, PaymentProcessor

public class PayPalDirectProcessor extends PayPalExpressProcessor implements IPayPalDirectPaymentProcessor
Processes a payment in the store for a given user's cart through PayPal Direct. The processDoDirectPayment(Map) method manages the process of sending a request to PayPal, and handling the response appropriately.
Author:
David Tobey
See Also: