wip: recurring transactions
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 56s
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 56s
This commit is contained in:
@@ -82,7 +82,6 @@ func (h TransactionRecurringImpl) handleUpdateTransactionRecurring() http.Handle
|
||||
input := types.TransactionRecurringInput{
|
||||
Id: r.PathValue("id"),
|
||||
IntervalMonths: r.FormValue("interval-months"),
|
||||
LastExecution: r.FormValue("last-execution"),
|
||||
Active: r.FormValue("active"),
|
||||
Party: r.FormValue("party"),
|
||||
Description: r.FormValue("description"),
|
||||
|
||||
Reference in New Issue
Block a user