Skip to content

Commit

Permalink
Fix preapprovedCheck request
Browse files Browse the repository at this point in the history
  • Loading branch information
yidas committed Aug 20, 2020
1 parent ae1d227 commit 416f2a7
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 @@ -370,7 +370,7 @@ public function preapproved($regKey, $bodyParams=null)
*/
public function preapprovedCheck($regKey, $queryParams=null)
{
return $this->requestHandler('v3', 'GET', str_replace('{regKey}', $regKey, self::$apiUris['preapprovedCheck']), $queryParams, [
return $this->requestHandler('v3', 'GET', str_replace('{regKey}', $regKey, self::$apiUris['preapprovedCheck']), null, $queryParams, [
'connect_timeout' => 5,
'timeout' => 20,
]);
Expand Down

0 comments on commit 416f2a7

Please sign in to comment.