Pass only category Id as categories are not to be created on the fly
This commit is contained in:
@@ -16,7 +16,7 @@ const payload = computed(() => JSON.stringify({
|
||||
Name: Transaction.Payee,
|
||||
ID: Transaction.PayeeID,
|
||||
},
|
||||
category: Transaction.CategoryID,
|
||||
categoryId: Transaction.CategoryID,
|
||||
memo: Transaction.Memo,
|
||||
amount: Transaction.Amount,
|
||||
state: "Uncleared"
|
||||
|
||||
Reference in New Issue
Block a user