diff --git a/app/src/main/java/com/gamedog/vididin/features/withdraw/WithdrawViewModel.kt b/app/src/main/java/com/gamedog/vididin/features/withdraw/WithdrawViewModel.kt index ddf64b3..d9c2aca 100644 --- a/app/src/main/java/com/gamedog/vididin/features/withdraw/WithdrawViewModel.kt +++ b/app/src/main/java/com/gamedog/vididin/features/withdraw/WithdrawViewModel.kt @@ -48,7 +48,7 @@ class WithdrawViewModel : ViewModel() { fun withdrawPayout(initUUID: String, payItemId: Int, payCashNum: Double) { viewModelScope.launch { val requestParam = PayoutReq().applyInitFields().apply { - val bankAccount = "11032341882" //AccountManager.getAccount()?.bankInfo?.bankAccount + val bankAccount = AccountManager.getAccount().bankInfo?.bankAccount val accountType = "CPF" account = bankAccount @@ -60,7 +60,7 @@ class WithdrawViewModel : ViewModel() { document_type = accountType document_id = bankAccount name = "CapyBucks" - clientName = "com.jaguar.pace.earn.cash.free.game" //AndroidUtil.getPackageId() + clientName = AndroidUtil.getPackageId() dataAdjust.gps_adid = "gaid"