fix: get balance from websocket instead of separate api call
This commit is contained in:
@@ -259,6 +259,7 @@ data class PaymentDetailResponse(
|
||||
|
||||
// ── WebSocket payment message ─────────────────────────────────────────────────
|
||||
data class WsPaymentMessage(
|
||||
@SerializedName("wallet_balance") val walletBalance: Long?,
|
||||
val payment: WsPayment?
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user