fix: change redirect route

This commit is contained in:
Constantin Simonis 2025-03-05 09:14:10 +01:00
commit bba33135d5
No known key found for this signature in database
GPG key ID: 758DD9C506603183

View file

@ -38,7 +38,7 @@ public class DepositController {
.setQuantity(1L) .setQuantity(1L)
.setName("Einzahlung") .setName("Einzahlung")
.build()) .build())
.setSuccessUrl(frontendHost+"/deposit/success") .setSuccessUrl(frontendHost+"/home")
.setMode(SessionCreateParams.Mode.PAYMENT) .setMode(SessionCreateParams.Mode.PAYMENT)
.build(); .build();