public PayPalDirectPaymentProcessor(ICustomerService customerService, IWebHelper webHelper)
 {
     _paypalDirectPaymentSettings = new PayPalDirectPaymentSettings();
     _customerService             = customerService;
     _webHelper = webHelper;
 }
 public PayPalDirectPaymentProcessor(ICustomerService customerService, IWebHelper webHelper)
 {
     _paypalDirectPaymentSettings = new PayPalDirectPaymentSettings();
     _customerService = customerService;
     _webHelper = webHelper;
 }