Skip to content

Commit

Permalink
Remove unused include_tevo_section_mappings parameter from `listing…
Browse files Browse the repository at this point in the history
…s()` method. (#171)
  • Loading branch information
jwcobb authored Jul 22, 2022
1 parent b89b7b5 commit 7fe7a3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.4.3 (July 22, 2022)
- Remove unused `include_tevo_section_mappings` parameter from `listings()` method.

## 4.4.2 (July 18, 2022)
- Add new `showEventStats()` method to return statistics regarding the tickets available for an event.

Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Client
*
* @const string
*/
const VERSION = '4.4.2';
const VERSION = '4.4.3';

/**
* Guzzle service description
Expand Down
8 changes: 0 additions & 8 deletions src/Resources/v9/listings.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@
'description' => 'Sort results by any return parameter.',
'required' => false,
],
'include_tevo_section_mappings' => [
'location' => 'query',
'type' => ['boolean', 'string'],
'description' => 'Include TEvo Section Mappings for use with ticketevolution/seatmaps-client',
'required' => false,
'default' => false,
'format' => 'boolean-string',
],
],
'additionalParameters' => ['location' => 'query'],
],
Expand Down

0 comments on commit 7fe7a3a

Please sign in to comment.