public PaymentInvoiceController(ISettingService settingService, InvoicePaymentSettings invoicePaymentSettings, ILocalizationService localizationService) { this._settingService = settingService; this._invoicePaymentSettings = invoicePaymentSettings; _localizationService = localizationService; }
public InvoiceProvider(InvoicePaymentSettings settings, IOrderTotalCalculationService orderTotalCalculationService) { this._settings = settings; this._orderTotalCalculationService = orderTotalCalculationService; }