Exemplo n.º 1
0
 public PluginConfig(BridgePaySettings bridgePaySettings,
     ISettingService settingService,
     ICurrencyService currencyService,
     ICustomerService customerService,
     CurrencySettings currencySettings,
     IWebHelper webHelper,
     IOrderTotalCalculationService orderTotalCalculationService,
     IEncryptionService encryptionService,
     BridgePayContext bridgePayContext)
 {
     this._bridgePaySettings = bridgePaySettings;
     this._settingService = settingService;
     this._currencyService = currencyService;
     this._customerService = customerService;
     this._currencySettings = currencySettings;
     this._webHelper = webHelper;
     this._orderTotalCalculationService = orderTotalCalculationService;
     this._encryptionService = encryptionService;
     _bridgePayContext = bridgePayContext;
 }
Exemplo n.º 2
0
 public PluginConfig(BridgePaySettings bridgePaySettings,
                     ISettingService settingService,
                     ICurrencyService currencyService,
                     ICustomerService customerService,
                     CurrencySettings currencySettings,
                     IWebHelper webHelper,
                     IOrderTotalCalculationService orderTotalCalculationService,
                     IEncryptionService encryptionService,
                     BridgePayContext bridgePayContext)
 {
     this._bridgePaySettings            = bridgePaySettings;
     this._settingService               = settingService;
     this._currencyService              = currencyService;
     this._customerService              = customerService;
     this._currencySettings             = currencySettings;
     this._webHelper                    = webHelper;
     this._orderTotalCalculationService = orderTotalCalculationService;
     this._encryptionService            = encryptionService;
     _bridgePayContext                  = bridgePayContext;
 }