public SagePayServerPaymentPlugin(ISagePayServerWorkflowService sagePayServerWorkflowService, ISettingService settingService,
     ISagePayServerTransactionService sagePayServerTransactionService, IOrderTotalCalculationService orderTotalCalculationService,
     SagePayServerTransactionObjectContext context, SagePayServerPaymentSettings sagePayServerPaymentSettings)
 {
     this._context = context;
     this._sagePayServerPaymentSettings = sagePayServerPaymentSettings;
     this._sagePayServerWorkflowService = sagePayServerWorkflowService;
     this._settingService = settingService;
     this._sagePayServerTransactionService = sagePayServerTransactionService;
     this._orderTotalCalculationService = orderTotalCalculationService;
 }
Exemplo n.º 2
0
 public SagePayServerPaymentPlugin(ISagePayServerWorkflowService sagePayServerWorkflowService, ISettingService settingService,
                                   ISagePayServerTransactionService sagePayServerTransactionService, IOrderTotalCalculationService orderTotalCalculationService,
                                   SagePayServerTransactionObjectContext context, SagePayServerPaymentSettings sagePayServerPaymentSettings)
 {
     this._context = context;
     this._sagePayServerPaymentSettings = sagePayServerPaymentSettings;
     this._sagePayServerWorkflowService = sagePayServerWorkflowService;
     this._settingService = settingService;
     this._sagePayServerTransactionService = sagePayServerTransactionService;
     this._orderTotalCalculationService    = orderTotalCalculationService;
 }
 public SagePayServerPaymentProcessor(SagePayServerPaymentSettings sagePayServerPaymentSettings,
                                      ISettingService settingService, ICurrencyService currencyService, IOrderProcessingService orderProcessingService,
                                      CurrencySettings currencySettings, IWebHelper webHelper, IWorkContext workContext,
                                      StoreInformationSettings storeInformationSettings, SagePayServerTransactionObjectContext context,
                                      ISagePayServerTransactionService sagePayServerTransactionService)
 {
     this._context = context;
     this._sagePayServerPaymentSettings = sagePayServerPaymentSettings;
     this._settingService         = settingService;
     this._currencyService        = currencyService;
     this._orderProcessingService = orderProcessingService;
     this._currencySettings       = currencySettings;
     this._webHelper   = webHelper;
     this._workContext = workContext;
     this._storeInformationSettings        = storeInformationSettings;
     this._sagePayServerTransactionService = sagePayServerTransactionService;
 }
 public SagePayServerPaymentProcessor(SagePayServerPaymentSettings sagePayServerPaymentSettings,
     ISettingService settingService, ICurrencyService currencyService, IOrderProcessingService orderProcessingService,
     CurrencySettings currencySettings, IWebHelper webHelper, IWorkContext workContext,
     StoreInformationSettings storeInformationSettings, SagePayServerTransactionObjectContext context,
     ISagePayServerTransactionService sagePayServerTransactionService)
 {
     this._context = context;
     this._sagePayServerPaymentSettings = sagePayServerPaymentSettings;
     this._settingService = settingService;
     this._currencyService = currencyService;
     this._orderProcessingService = orderProcessingService;
     this._currencySettings = currencySettings;
     this._webHelper = webHelper;
     this._workContext = workContext;
     this._storeInformationSettings = storeInformationSettings;
     this._sagePayServerTransactionService = sagePayServerTransactionService;
 }