Class PayflowProACHProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor, PaymentProcessor

public class PayflowProACHProcessor extends BasePayPalNVPProcessor implements PaymentProcessor
Processes a payment in the store for a given user's cart. This implementation processes a request through PayPal Payflow Pro's ACH processing for electronic payments. The process(Map) method manages the process of sending a request to PayPal, and handling the response appropriately.
Author:
Ashish Jain
See Also:
  • Field Details

    • log

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

    • PayflowProACHProcessor

      public PayflowProACHProcessor()
  • Method Details