Class PayPalExpressProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor, IPayPalExpressPaymentProcessor, PaymentProcessor
Direct Known Subclasses:
PayPalDirectProcessor

public class PayPalExpressProcessor extends BasePaymentProcessor implements IPayPalExpressPaymentProcessor
Processes a payment in the store for a given user's cart through PayPal Express Checkout. The three API calls required by PayPal Express integration are handled in the processSetExpressCheckout(java.util.Map), processGetExpressCheckoutDetails(java.util.Map), and processDoExpressCheckoutPayment(java.util.Map) methods.
Author:
David Tobey
  • Field Details

    • log

      static org.apache.commons.logging.Log log
  • Constructor Details

    • PayPalExpressProcessor

      public PayPalExpressProcessor()
  • Method Details