Skip to content

Commit

Permalink
Merge pull request #656 from Mangopay/bugfix/bank-account-id-param
Browse files Browse the repository at this point in the history
Updates last wrongfully typed bankAccountId param to accept string
  • Loading branch information
iulian03 authored Nov 12, 2024
2 parents 32313c5 + b84c41f commit b03b8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MangoPay/ApiUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function GetBankAccounts($userId, & $pagination = null, $sorting = null,
/**
* Get bank account for user
* @param string $userId User Id
* @param int $bankAccountId Bank account Id
* @param string $bankAccountId Bank account Id
*
* @return \MangoPay\BankAccount Entity of bank account object
*/
Expand Down

0 comments on commit b03b8a4

Please sign in to comment.