Come up with a more intuitive interface to our different forms of data. With only a few obvious exceptions, almost all code should be using getNormalized to access data.
- getNormalized: Get data using a normalized key, in its normalized form.
- Staged data should be built just in time, I don't believe we ever need to store it. This might require some adjustment to legacy staging functions (Adyen).
- (T130154) Looking at it more, I really don't like how accountInfo works. Get rid of the defineAccountInfo functions, use account_config everywhere. Don't use magic to stuff account config into transaction values.