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 298bd37 commit af5ce3dCopy full SHA for af5ce3d
src/Paystack.php
@@ -499,8 +499,16 @@ public function createPage(){
499
500
}
501
502
+ /**
503
+ * Fetches all the pages the merchant has
504
+ * @return array
505
+ */
506
public function fetchPages(){
-
507
+
508
+ $this->setRequestOptions();
509
510
+ return $this->setGetResponse('/page', [])->getResponse();
511
512
513
514
0 commit comments