trying to fix qr
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
This commit is contained in:
@@ -50,6 +50,9 @@ class PayuQrRequest(
|
||||
@Column(name = "response_payload", columnDefinition = "text")
|
||||
var responsePayload: String? = null,
|
||||
|
||||
@Column(name = "expiry_at", columnDefinition = "timestamptz")
|
||||
var expiryAt: OffsetDateTime? = null,
|
||||
|
||||
@Column(name = "created_at", nullable = false, columnDefinition = "timestamptz")
|
||||
val createdAt: OffsetDateTime = OffsetDateTime.now()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user