Include issuer info in card prepare response
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:
@@ -81,5 +81,8 @@ data class CardPrepareResponse(
|
||||
val key: String,
|
||||
val timeData: String,
|
||||
val issuedAt: String,
|
||||
val expiresAt: String
|
||||
val expiresAt: String,
|
||||
val issuerUserId: UUID? = null,
|
||||
val issuerFirebaseUid: String? = null,
|
||||
val issuerName: String? = null
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user