Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Fixed typo in changeStatus request
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Nov 27, 2015
1 parent 5353c4b commit f6bd3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SeatsIo/SeatsIo.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public function changeStatus(array $objects, $eventKey, $status)

$data = array(
'objects' => $objects,
'eventKey' => $eventKey,
'event' => $eventKey,
'status' => $status,
'secretKey' => $this->secretKey
);
Expand Down

0 comments on commit f6bd3cb

Please sign in to comment.