Skip to content

Commit 6588bc5

Browse files
author
Okubanjo Oluwafunsho
committed
Removed $this->response
1 parent 485b4ad commit 6588bc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Paystack.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ public function createCustomer(){
366366

367367
$this->setRequestOptions();
368368

369-
$this->response = $this->setPostResponse('/customer', $data);
369+
$this->setPostResponse('/customer', $data);
370370

371371
}
372372

@@ -437,7 +437,7 @@ public function createSubscription(){
437437

438438
$this->setRequestOptions();
439439

440-
$this->response = $this->setPostResponse('/subscription', $data);
440+
$this->setPostResponse('/subscription', $data);
441441
}
442442

443443
/**
@@ -501,7 +501,7 @@ public function createPage(){
501501

502502
$this->setRequestOptions();
503503

504-
$this->response = $this->setPostResponse('/page', $data);
504+
$this->setPostResponse('/page', $data);
505505

506506
}
507507

0 commit comments

Comments
 (0)