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
… 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