Bug Fixes:
- Fix the getHeader return value in the MessageInterface implementation (PR #13)
- Fix "Uncaught Error: Class 'Doctrine\Common\Annotations\AnnotationRegistry' not found"
Changes:
- Added full PHP 8 support
- Removed support for pre PHP 7.4
- Improved the code style and added SCA
- Added type hints
- Copyright updated
Bug Fixes:
- Fixed the post body deserialization. Billbee sends the payload as
x-www-form-urlencoded
, not a json body. - Fixed the UnitTests
- Removed the
\Throwable
usage to support PHP 5.6. - Using
NewStateTypeId
instead ofNewStateId
when updating the order state.NewStateTypeId
contains an int,NewStateId
a string.
Updated:
- Version constraints for PHP and jms/serializer updated
Added:
Order::$deliverySourceCountryCode
.
Bug Fixes:
- Renamed
Order::$countryCode
toOrder::$currencyCode
(breaking) - Fixed the unit tests
- Fix method ackOrder - change url arguments to post body (PR #1)
- Removed
ext-xdebug
fromcomposer.json
- Changelog added
Initial Release