public PaymentPayInStoreController(ISettingService settingService,
                                    PayInStorePaymentSettings payInStorePaymentSettings,
                                    ILocalizationService localizationService)
 {
     this._settingService            = settingService;
     this._payInStorePaymentSettings = payInStorePaymentSettings;
     this._localizationService       = localizationService;
 }
		public PaymentPayInStoreController(ISettingService settingService,
			PayInStorePaymentSettings payInStorePaymentSettings,
			ILocalizationService localizationService)
		{
			this._settingService = settingService;
			this._payInStorePaymentSettings = payInStorePaymentSettings;
			this._localizationService = localizationService;
		}
Exemple #3
0
 public PaymentPayInStoreViewComponent(PayInStorePaymentSettings payInStorePaymentSettings)
 {
     this._payInStorePaymentSettings = payInStorePaymentSettings;
 }
Exemple #4
0
 public PaymentPayInStoreController(ISettingService settingService, PayInStorePaymentSettings payInStorePaymentSettings)
 {
     this._settingService            = settingService;
     this._payInStorePaymentSettings = payInStorePaymentSettings;
 }
Exemple #5
0
 public PayInStoreProvider(PayInStorePaymentSettings settings, IOrderTotalCalculationService orderTotalCalculationService)
 {
     this._settings = settings;
     this._orderTotalCalculationService = orderTotalCalculationService;
 }
 public PaymentPayInStoreController(ISettingService settingService, PayInStorePaymentSettings payInStorePaymentSettings)
 {
     this._settingService = settingService;
     this._payInStorePaymentSettings = payInStorePaymentSettings;
 }