Skip to content

Commit

Permalink
HW-67136-space
Browse files Browse the repository at this point in the history
  • Loading branch information
jkurra-hw committed Oct 21, 2020
1 parent 3165b79 commit 6d67371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Hyperwallet/Hyperwallet.php
Original file line number Diff line number Diff line change
Expand Up @@ -2409,6 +2409,7 @@ public function listTransferMethods($userToken, $options = array()) {
if (empty($userToken)) {
throw new HyperwalletArgumentException('userToken is required!');
}

$body = $this->client->doGet('/rest/v4/users/{user-token}/transfer-methods', array(
'user-token' => $userToken
), $options);
Expand Down

0 comments on commit 6d67371

Please sign in to comment.