Add Razorpay active QR fetch and close
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
This commit is contained in:
@@ -11,4 +11,9 @@ interface RazorpayQrRequestRepo : JpaRepository<RazorpayQrRequest, UUID> {
|
||||
currency: String,
|
||||
status: String
|
||||
): RazorpayQrRequest?
|
||||
|
||||
fun findTopByBookingIdAndStatusOrderByCreatedAtDesc(
|
||||
bookingId: UUID,
|
||||
status: String
|
||||
): RazorpayQrRequest?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user