fix: change redirect route

This commit is contained in:
Constantin Simonis 2025-03-05 09:14:10 +01:00
parent c102f6ea65
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)
.setName("Einzahlung")
.build())
.setSuccessUrl(frontendHost+"/deposit/success")
.setSuccessUrl(frontendHost+"/home")
.setMode(SessionCreateParams.Mode.PAYMENT)
.build();