Skip to content

Commit

Permalink
Fix #15
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysnhall committed Aug 18, 2022
1 parent f61f3c6 commit c0a1f0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.3.4
### Fixed issues
* Add pagination support for the Receipt resource. [Issue #15](https://github.com/rhysnhall/etsy-php-sdk/issues/15)
* Add pagination support for LedgerEntry and Transaction resources.

## v0.3.3
### Fixed issues
* Corrected update URL for ListingProperty resource. [Issue #14](https://github.com/rhysnhall/etsy-php-sdk/issues/14)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rhysnhall/etsy-php-sdk",
"version": "0.3.3",
"version": "0.3.4",
"description": "PHP SDK for Etsy API v3.",
"type": "library",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class Collection {

const PAGINATION_SUPPORT = [
"Shop", "Review", "Listing"
"Shop", "Review", "Listing", "Receipt", "Transaction", "LedgerEntry"
];

/**
Expand Down

0 comments on commit c0a1f0d

Please sign in to comment.