Skip to content

Commit

Permalink
Rename offer export method, and improve the request filtering. Post r…
Browse files Browse the repository at this point in the history
…equests should now work again due to an incompatibility issue with Guzzle 7.
  • Loading branch information
harm-smits committed Jan 7, 2021
1 parent 1d3fb61 commit ff854bc
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 74 deletions.
4 changes: 2 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
* @method PromiseInterface getInventoryAsync(int $page = 1, ?array $quantity = null, ?string $stock = null, ?string $state = null, ?string $query = null)
* @method ProcessStatus createOffer(CreateOfferRequest $body)
* @method PromiseInterface createOfferAsync(CreateOfferRequest $body)
* @method ProcessStatus requestOfferExportFile(CreateOfferExportRequest $body)
* @method PromiseInterface requestOfferExportFileAsync(CreateOfferExportRequest $body)
* @method ProcessStatus createOfferExport(CreateOfferExportRequest $body)
* @method PromiseInterface createOfferExportAsync(CreateOfferExportRequest $body)
* @method string getOffersExport(string $reportId)
* @method PromiseInterface getOffersExportAsync(string $reportId)
* @method ProcessStatus createUnpublishedOfferReport(CreateUnpublishedOfferReportRequest $body)
Expand Down
Loading

0 comments on commit ff854bc

Please sign in to comment.