Skip to content

Commit cee41c8

Browse files
author
Okubanjo Oluwafunsho
committed
Deleted an already existing function I created
1 parent e6ad9c8 commit cee41c8

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/Paystack.php

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -361,19 +361,7 @@ public function createCustomer(){
361361
return $this->setGetResponse('/customer', $data)->getResponse();
362362

363363
}
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-
364+
377365
/**
378366
* Fetch a customer based on id or code
379367
* @param $customer_id

0 commit comments

Comments
 (0)