Updated on 2026-08-14
This commit is contained in:
parent
53b02cfb10
commit
2be7445212
81 changed files with 4444 additions and 3434 deletions
|
|
@ -11,7 +11,7 @@ object ExpressUtils {
|
|||
private const val BATCH_ID_CHANGENOW = "BB000013"
|
||||
private const val BATCH_ID_PARTNER = "AF990015"
|
||||
|
||||
fun getRefCode(userWallet: UserWallet, appPreferencesStore: AppPreferencesStore): String? {
|
||||
fun getRefCode(userWallet: UserWallet?, appPreferencesStore: AppPreferencesStore): String? {
|
||||
return when (userWallet) {
|
||||
is UserWallet.Cold -> {
|
||||
when {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue