Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

BUG : PRECHAIN method not being changed to GET for continuing calls in chain #111

Closed orubel closed 3 months ago

orubel commented 8 months ago

ChainExchangeService is not properly changing the PRECHAIN request method to GET for followup API calls in chain and thus it throws ERROR for all PRECHAIN calls (as it should).

This is easily fixed by doing a detect and changing method to GET for all following calls in a prechain call

orubel commented 3 months ago

fixed