Record pincode request URLs and harden fetches
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s

This commit is contained in:
androidlover5842
2026-01-31 12:11:22 +05:30
parent d594e40051
commit 3b2733e7cb
4 changed files with 38 additions and 28 deletions

View File

@@ -105,5 +105,6 @@ data class PincodeLookupResult(
val rawResponse: String?,
val status: String?,
val source: String,
val errorMessage: String? = null
val errorMessage: String? = null,
val requestUrl: String? = null
)