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 2dbf2c6 commit ff2e537Copy full SHA for ff2e537
src/Paystack.php
@@ -362,6 +362,20 @@ public function createCustomer(){
362
363
}
364
365
+ /**
366
+ * Fetches all customers
367
+ * @return array
368
+ */
369
+ public function fetchAllCustomers(){
370
+
371
+ $this->setRequestOptions();
372
373
+ return $this->setGetResponse('/customer', [])->getResponse();
374
375
+ }
376
377
378
379
380
381
0 commit comments