From b2b823c7b0c86331ad98052942f6dbd1f0c9b751 Mon Sep 17 00:00:00 2001 From: Kwadwo Kyeremeh Tuffour Date: Sun, 2 May 2021 19:04:01 +0000 Subject: [PATCH] Rewrote hubtel --- src/Http/Hubtel/HubtelRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Hubtel/HubtelRequest.php b/src/Http/Hubtel/HubtelRequest.php index fddf528..45979b5 100644 --- a/src/Http/Hubtel/HubtelRequest.php +++ b/src/Http/Hubtel/HubtelRequest.php @@ -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']; }