Skip to content
2 changes: 1 addition & 1 deletion divinespark-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<url/>
</scm>
<properties>
<java.version>21</java.version>
<java.version>17</java.version>
</properties>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ public ResponseEntity<Void> verifyInstallment(
return ResponseEntity.ok().build();
}



}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ public OffsetDateTime getCreatedAt() {
public void setCreatedAt(OffsetDateTime createdAt) {
this.createdAt = createdAt;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ public String getTitle() {
public void setTitle(String title) {
this.title = title;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ public OffsetDateTime getCreatedAt() {
public void setCreatedAt(OffsetDateTime createdAt) {
this.createdAt = createdAt;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ boolean existsByUserIdAndSessionIdAndBookingStatusIn(



}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ void updateOrderId(
void deleteByBookingId(@Param("bookingId") Long bookingId);


}
}
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ public CorsConfigurationSource corsConfigurationSource() {
// public PasswordEncoder passwordEncoder() {
// return new BCryptPasswordEncoder();
// }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ boolean verifyAndMarkInstallmentPaid (String orderId,
String paymentId,
String signature);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ boolean verifySignature(
String razorpayPaymentId,
String razorpaySignature
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ public UserSessionBookingResponse getMyBookingForSession(
}


}
}
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ public boolean verifyAndMarkInstallmentPaid(



}
}
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ public boolean handlePaymentCaptured(String razorpayOrderId, int amount) {
}


}
}
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ private String bytesToHex(byte[] bytes) {
}


}
}
Original file line number Diff line number Diff line change
Expand Up @@ -457,4 +457,4 @@ public String getWhatsappLinkIfConfirmed(Long sessionId, Long userId) {
}


}
}