This ticket modifies the API endpoints to accept london_rates_apply in requests to the Prices and Calculate endpoints.
Manual testing through the API documentation screen has shown that when fed a test Price (actual price rolled back for this commit), both the Prices and Calculate endpoints can locate this new price when filtering by london_rates_apply
Note: This PR is not to be merged into production. It will be merged into a feature branch when reviewed and approved
london_rates_apply added to the price model as an optional boolean and migration generated
london_rates_apply added to the serializers for the Price and Calculate endpoints, and the PriceFilter, to make it allowable in api calls
** london_rates_apply added to the total calculation in the calculator view and model
What
This ticket modifies the API endpoints to accept london_rates_apply in requests to the Prices and Calculate endpoints.
Manual testing through the API documentation screen has shown that when fed a test Price (actual price rolled back for this commit), both the Prices and Calculate endpoints can locate this new price when filtering by london_rates_apply
Note: This PR is not to be merged into production. It will be merged into a feature branch when reviewed and approved
Ticket
CTSKF-846
How
london_rates_apply added to the price model as an optional boolean and migration generated london_rates_apply added to the serializers for the Price and Calculate endpoints, and the PriceFilter, to make it allowable in api calls ** london_rates_apply added to the total calculation in the calculator view and model