-
- Downloads
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
No related branches found
No related tags found
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 2 additions, 2 deletionscomposer.lock
- src/main/edu/wisc/services/cbs/order/header/SoapOrderHeaderService.php 1 addition, 1 deletion...wisc/services/cbs/order/header/SoapOrderHeaderService.php
- src/main/edu/wisc/services/cbs/order/line/SoapOrderLineService.php 1 addition, 1 deletion...edu/wisc/services/cbs/order/line/SoapOrderLineService.php
- src/main/edu/wisc/services/cbs/product/Product.php 4 additions, 4 deletionssrc/main/edu/wisc/services/cbs/product/Product.php
- src/test/edu/wisc/services/cbs/IntegrationTestCase.php 1 addition, 1 deletionsrc/test/edu/wisc/services/cbs/IntegrationTestCase.php
Loading
Please register or sign in to comment