You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
If I try to update an active bank, it simply doesn't work. Instead of changing the IBAN, for instance, it simply deactivates the bank account, nothing else.
Another problem is that it returns an incorrect object.
For instance, UpdateBankAccount will return an object with an Active property of TRUE after an update. If I reload it, the object still is active, event if it's already inactive in the hub.
I checked the unit tests, but the only one I found changes the Active state ou false, so it passes... since it's the only thing UpdateBankAccount seems to be able to do.
The text was updated successfully, but these errors were encountered:
Hello,
If I try to update an active bank, it simply doesn't work. Instead of changing the IBAN, for instance, it simply deactivates the bank account, nothing else.
Another problem is that it returns an incorrect object.
For instance, UpdateBankAccount will return an object with an Active property of TRUE after an update. If I reload it, the object still is active, event if it's already inactive in the hub.
I checked the unit tests, but the only one I found changes the Active state ou false, so it passes... since it's the only thing UpdateBankAccount seems to be able to do.
The text was updated successfully, but these errors were encountered: