Skip to content

Commit bfec019

Browse files
fix(paystack): Remove useless and wrong comment
1 parent 159ee35 commit bfec019

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Paystack.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class Paystack {
2222
*/
2323
protected $secretKey;
2424

25-
2625
/**
2726
* Instance of Client
2827
* @var object
@@ -81,7 +80,6 @@ private function setRequestOptions()
8180

8281
$this->client = new Client(['base_uri' => $this->baseUrl]);
8382

84-
//Set a single header using path syntax
8583
$this->client->setDefaultOption('headers', [
8684
'Authorization' => $authBearer,
8785
'Content-Type' => 'application/json',

0 commit comments

Comments
 (0)