Skip to content

Commit

Permalink
Rewrote hubtel
Browse files Browse the repository at this point in the history
  • Loading branch information
kwadwokyeremeh committed May 2, 2021
1 parent 36808f7 commit b2b823c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Hubtel/HubtelRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function setType($type): int
*/
public function getMessage(): string
{
return $this->getType()==Request::INITIAL? $this->getSequence(): $this->request['Message'];
return $this->getType() == Request::INITIAL ? $this->getSequence(): $this->request['Message'];
}


Expand Down

0 comments on commit b2b823c

Please sign in to comment.