Skip to content

Commit b03b8a4

Browse files
authored
Merge pull request #656 from Mangopay/bugfix/bank-account-id-param
Updates last wrongfully typed bankAccountId param to accept string
2 parents 32313c5 + b84c41f commit b03b8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MangoPay/ApiUsers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function GetBankAccounts($userId, & $pagination = null, $sorting = null,
145145
/**
146146
* Get bank account for user
147147
* @param string $userId User Id
148-
* @param int $bankAccountId Bank account Id
148+
* @param string $bankAccountId Bank account Id
149149
*
150150
* @return \MangoPay\BankAccount Entity of bank account object
151151
*/

0 commit comments

Comments
 (0)