Aptoide / appcoins-wallet-android

AppCoins Wallet repo
https://appcoins.io
GNU General Public License v3.0
75 stars 45 forks source link

[WAL-43] Add async field to getPayments response #973

Closed JDSM01 closed 3 years ago

JDSM01 commented 3 years ago

What does this PR do?

Adds field that informs that a payment is async or not. This required one more field on the getPaymentMethod (transaction.type) All other changes were mostly refactor to have the code according to the last discussed architeture.

Database changed?

No

Where should the reviewer start?

LocalTopUpPaymentPresenter.kt LocalPaymentPresenter.kt

How should this be manually tested?

https://aptoide.atlassian.net/browse/WAL-43

What are the relevant tickets?

https://aptoide.atlassian.net/browse/WAL-43

Questions:

Does this add new dependencies which need to be added? (Eg. new libs, new keys, etc.)

Code Review Checklist