Class PayPalUKExpressProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor, IPayPalExpressPaymentProcessor, PaymentProcessor

public class PayPalUKExpressProcessor extends BasePayPalNVPProcessor implements IPayPalExpressPaymentProcessor
Processes a payment in the store for a given user's cart through PayPal UK 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:
Ashish Jain