Process PayU webhook into payments
All checks were successful
build-and-deploy / build-deploy (push) Successful in 42s

This commit is contained in:
androidlover5842
2026-01-30 09:20:39 +05:30
parent e37ba34fe2
commit 52bcdd3648
2 changed files with 92 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import java.util.UUID
interface PaymentRepo : JpaRepository<Payment, UUID> {
fun findByBookingIdOrderByReceivedAtDesc(bookingId: UUID): List<Payment>
fun findByReference(reference: String): Payment?
@Query(
"""