Don't check types at all
This PR removes everything I did in my last PR, and removes PHP 7 type hinting from OrderHeader
, OrderPayment
, OrderLine
and Product
. We pretty much don't send the correct type anywhere and let PHP handle conversions, so trying to guard against incorrect types will be really fragile and a lot of overhead.
Please review: @ahoffmann @weizhong-wang @lloyd-carter @KJOYNER
Merge request reports
Activity
Build finished. Tests PASSED. Build results available at: https://ia-builds.doit.wisc.edu:8443/job/cbs-techstore-client-php-master-pull-requests/129/
mentioned in commit ff9caab7
Please register or sign in to reply