Add Razorpay QR event fetch endpoint
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:
@@ -4,4 +4,6 @@ import com.android.trisolarisserver.models.payment.RazorpayWebhookLog
|
||||
import org.springframework.data.jpa.repository.JpaRepository
|
||||
import java.util.UUID
|
||||
|
||||
interface RazorpayWebhookLogRepo : JpaRepository<RazorpayWebhookLog, UUID>
|
||||
interface RazorpayWebhookLogRepo : JpaRepository<RazorpayWebhookLog, UUID> {
|
||||
fun findByPropertyIdOrderByReceivedAtDesc(propertyId: UUID): List<RazorpayWebhookLog>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user