Mangopay / mangopay2-php-sdk

PHP SDK for MANGOPAY
https://packagist.org/packages/mangopay/php-sdk-v2
MIT License
122 stars 133 forks source link

Change the parameter type from int to string in ApiUsers.php function… #644

Open ali-hassan-careship opened 4 months ago

ali-hassan-careship commented 4 months ago

… GetBankAccount

Since Mangopay has changed the format of Ids, bank account ids have also changed. As a result, now the ids are string instead of integers. My change proposes a change in $bankAccountId parameter data type from int to string on Line 148. The reason from proposing this change is that for me, my project was failing phpsalm and phpstan checks