Skip to content

Commit

Permalink
Change Client->requestHandler() to public
Browse files Browse the repository at this point in the history
  • Loading branch information
yidas committed Oct 26, 2021
1 parent 8803a1e commit fd8cf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linePay/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function getRequest()
* @param array $options
* @return yidas\linePay\Response
*/
protected function requestHandler($version, $method, $uri, $queryParams=null, $bodyParams=null, $options=[])
public function requestHandler($version, $method, $uri, $queryParams=null, $bodyParams=null, $options=[])
{
// Headers
$headers = [];
Expand Down

0 comments on commit fd8cf4e

Please sign in to comment.