Closed indradhanush closed 6 years ago
Updated commit to add comment.
This fix is super helpful thank you
Thanks for the fix @indradhanush - add a test and we can merge.
While writing the tests I found out that ServiceID
was unset as well. I've fixed that in this PR and updated the title and description accordingly.
Thanks for your first contribution! (of many hopefully) 🎉
@indradhanush p.s. this is now in the 0.0.10 release https://github.com/pmorie/osb-broker-lib/releases/tag/0.0.10
plan_id
andservice_id
are available as query parameters in an unbind request according to the OSB spec: https://github.com/openservicebrokerapi/servicebroker/blob/v2.13/spec.md#parameters-3There is a change in the function signature and usage of
unpackUnbindRequest
similar to that ofunpackUpdateRequest
to make testing easier. See commit 2445295453a69eabd43ea408124de3f1e118840c for more information.This PR also fixes #43