Process PayU webhook into payments
All checks were successful
build-and-deploy / build-deploy (push) Successful in 42s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 42s
This commit is contained in:
@@ -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(
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user