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 e6ad9c8 commit cee41c8Copy full SHA for cee41c8
src/Paystack.php
@@ -361,19 +361,7 @@ public function createCustomer(){
361
return $this->setGetResponse('/customer', $data)->getResponse();
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
* Fetch a customer based on id or code
379
* @param $customer_id
0 commit comments