Handle Razorpay QR code webhook events
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:
@@ -16,4 +16,6 @@ interface RazorpayQrRequestRepo : JpaRepository<RazorpayQrRequest, UUID> {
|
||||
bookingId: UUID,
|
||||
status: String
|
||||
): RazorpayQrRequest?
|
||||
|
||||
fun findTopByQrIdOrderByCreatedAtDesc(qrId: String): RazorpayQrRequest?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user