Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Obsoleted constructor does not delegate to proper constructor, causing null ref exception on usage of PriceServiceDatabase

Found in

Commerce 8.17.0

Created

Sep 24, 2015

Updated

Oct 09, 2015

Area

Falcon/Commerce

State

Closed, Fixed and Tested


Steps to reproduce

Steps to reproduce

  1. Create an instance of PriceServiceDatabase with any of the three obsoleted constructors
  2. Call GetPrices(...)

Expected:

- Returns prices

Actual:

- Null ref exception