Record pincode request URLs and harden fetches
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user