fix: change redirect route
This commit is contained in:
parent
c102f6ea65
commit
bba33135d5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class DepositController {
|
|||
.setQuantity(1L)
|
||||
.setName("Einzahlung")
|
||||
.build())
|
||||
.setSuccessUrl(frontendHost+"/deposit/success")
|
||||
.setSuccessUrl(frontendHost+"/home")
|
||||
.setMode(SessionCreateParams.Mode.PAYMENT)
|
||||
.build();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue