Hello
In RetailPricingSimulator class, I add some code in updatePriceAndDiscountsInDbTable() method and then debug to see the value comes from crtSalesTransaction.get_GrossAmount(). It is just zero although crtSalesLine.get_GrossAmount() returns a nonzero value.
Values from crtSalesTransaction.get_TotalAmount(), crtSalesTransaction.get_TotalDiscount() are zero too.
Could anyone please show me how to get gross amount of crtSalesTransaction correctly? Many thanks.