mifos-mobile icon indicating copy to clipboard operation
mifos-mobile copied to clipboard

Fix TPT Transfer (Fixes #1820 & #1822)

Open afk11 opened this issue 3 years ago • 1 comments

Fixes #1820 - removes the quotes from the URL

Fixes #1822 - searches the beneficiary list using the toAccount not the fromAccount

Includes #1709 which resolves #1708

no ui changes, just fixes workflow & data

Please make sure these boxes are checked before submitting your pull request - thanks!

  • [x] Apply the AndroidStyle.xml style template to your code in Android Studio.

  • [x] Run the unit tests with ./gradlew check to make sure you didn't break anything

  • [x] If you have multiple commits please combine them into one commit by squashing them.

afk11 avatar Dec 22 '21 17:12 afk11

I'd forgotten that 1708 is also necessary for the experience, without it, the Pay From and Pay To account numbers on the transfer review page show as 'null'

afk11 avatar Jan 07 '22 17:01 afk11