Changed
- No longer setting the
Content-Type
header inAuthentication.php
, becauseHeaderSelector.php
sets it automatically - Changed the default document type passed to
Document.php
fromnull
toReportType::__FEED_RESULT_REPORT
. Not passing a$documentType
is deprecated, and in the next major release$documentType
will be a required parameter.
Fixed
- Parsing feed result reports no longer causes an error (#21). The number of successful and failed records from the feed are stored in
Document::$successfulFeedRecords
andDocument::$failedFeedRecords
, respectively, andDocument::$data
contains the rest of the document's data (errors/warnings for specific lines of the input document).