This PR changes the order the params are merged so that the template interceptor config params can be overwritten by the request params.
The docs for template interceptor defines the config params property as:
default params to be combined with request.params
The template config params should be a default, as in they can be overwritten by the request.params. However the template config params cannot be overwritten by the request params.
This is the behavior I expected from reading the docs:
This PR changes the order the params are merged so that the template interceptor config params can be overwritten by the request params.
The docs for template interceptor defines the config params property as:
The template config params should be a default, as in they can be overwritten by the request.params. However the template config params cannot be overwritten by the request params.
This is the behavior I expected from reading the docs:
This is current behavior: