Agathas.Storefront.Specs.Uat.Steps.BasketStepDefinitions.WhenIApplyThePromotionalVoucher C# (CSharp) Method

WhenIApplyThePromotionalVoucher() private method

private WhenIApplyThePromotionalVoucher ( TechTalk.SpecFlow.Table table ) : void
table TechTalk.SpecFlow.Table
return void
        public void WhenIApplyThePromotionalVoucher(Table table)
        {
            foreach(var row in table.Rows)
             {
                 _basket_Controller.ApplyVoucher(row["VoucherCode"]);
             }
        }