Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 7fe7a3a

Browse files
authored
Remove unused include_tevo_section_mappings parameter from listings() method. (#171)
1 parent b89b7b5 commit 7fe7a3a

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 4.4.3 (July 22, 2022)
4+
- Remove unused `include_tevo_section_mappings` parameter from `listings()` method.
5+
36
## 4.4.2 (July 18, 2022)
47
- Add new `showEventStats()` method to return statistics regarding the tickets available for an event.
58

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Client
1616
*
1717
* @const string
1818
*/
19-
const VERSION = '4.4.2';
19+
const VERSION = '4.4.3';
2020

2121
/**
2222
* Guzzle service description

src/Resources/v9/listings.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@
7474
'description' => 'Sort results by any return parameter.',
7575
'required' => false,
7676
],
77-
'include_tevo_section_mappings' => [
78-
'location' => 'query',
79-
'type' => ['boolean', 'string'],
80-
'description' => 'Include TEvo Section Mappings for use with ticketevolution/seatmaps-client',
81-
'required' => false,
82-
'default' => false,
83-
'format' => 'boolean-string',
84-
],
8577
],
8678
'additionalParameters' => ['location' => 'query'],
8779
],

0 commit comments

Comments
 (0)