mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Add assign merchant rule for transactions (#2174)
This commit is contained in:
parent
0946a1497a
commit
cf72f1a387
3 changed files with 53 additions and 1 deletions
|
@ -14,7 +14,8 @@ class Rule::Registry::TransactionResource < Rule::Registry
|
|||
def action_executors
|
||||
enabled_executors = [
|
||||
Rule::ActionExecutor::SetTransactionCategory.new(rule),
|
||||
Rule::ActionExecutor::SetTransactionTags.new(rule)
|
||||
Rule::ActionExecutor::SetTransactionTags.new(rule),
|
||||
Rule::ActionExecutor::SetTransactionMerchant.new(rule)
|
||||
]
|
||||
|
||||
if ai_enabled?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue