From f6bd3cb4cd11a8cbdcf063bb8b0366ed297c9b4b Mon Sep 17 00:00:00 2001 From: Manuel Reinhard Date: Fri, 27 Nov 2015 07:43:04 +0100 Subject: [PATCH] Fixed typo in changeStatus request --- lib/SeatsIo/SeatsIo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SeatsIo/SeatsIo.php b/lib/SeatsIo/SeatsIo.php index 918b5c1..8680884 100644 --- a/lib/SeatsIo/SeatsIo.php +++ b/lib/SeatsIo/SeatsIo.php @@ -275,7 +275,7 @@ public function changeStatus(array $objects, $eventKey, $status) $data = array( 'objects' => $objects, - 'eventKey' => $eventKey, + 'event' => $eventKey, 'status' => $status, 'secretKey' => $this->secretKey );