We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485b4ad commit 6588bc5Copy full SHA for 6588bc5
src/Paystack.php
@@ -366,7 +366,7 @@ public function createCustomer(){
366
367
$this->setRequestOptions();
368
369
- $this->response = $this->setPostResponse('/customer', $data);
+ $this->setPostResponse('/customer', $data);
370
371
}
372
@@ -437,7 +437,7 @@ public function createSubscription(){
437
438
439
440
- $this->response = $this->setPostResponse('/subscription', $data);
+ $this->setPostResponse('/subscription', $data);
441
442
443
/**
@@ -501,7 +501,7 @@ public function createPage(){
501
502
503
504
- $this->response = $this->setPostResponse('/page', $data);
+ $this->setPostResponse('/page', $data);
505
506
507
0 commit comments