Skip to content
Snippets Groups Projects
Commit 5544350c authored by Andy Summers's avatar Andy Summers
Browse files

Merge branch 'bugfixes' into 'master'

Fix bugs in CBS service responses

`SoapOrderHeaderService` and `SoapOrderLineService` had 'typos' in the
constructors of the service response. The comparison for the return
value of `strcasecmp` was inside the function call, not after it, so PHP
got all confused and was returning the length of the strings rather than
a boolean value.

`composer.json` has already been incremented a patch version for a new release.

Please review: @ahoffmann @weizhong-wang @lloyd-carter @KJOYNER

See merge request !50
parents 5689bf1d 3c6faa5a
No related branches found
No related tags found
1 merge request!50Fix bugs in CBS service responses
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment