ready for prod

This commit is contained in:
2024-09-19 00:53:02 +05:30
parent dfa85ede7e
commit 66dde20601
14 changed files with 152 additions and 107 deletions

View File

@@ -7,6 +7,6 @@ import kotlinx.serialization.Serializable
data class TransactionFailureResponse(
override val status: String,
override val message: String,
val response: String,
val errorMsg: String,
override val error: Int
): TransactionResponse