forked from loafle/openapi-generator-original
* fix: correct handling of customHeaders Problem: custom headers could be overwritten between request retries following, e.g. a token refresh ( for example, while implementing @4brunu refresh code : https://github.com/OpenAPITools/openapi-generator/issues/5462#issuecomment-592417371 ). A simple reordering of the modifiedRequest headers construction solves the problem. * fix: correct PetStore samples implementation [PR#7527] Co-authored-by: Franz Marini <f.marini@opengate.biz>