Add account cash flow intents
This commit is contained in:
@@ -917,6 +917,22 @@ where
|
||||
));
|
||||
Ok(())
|
||||
}
|
||||
OrderIntent::DepositWithdraw {
|
||||
amount,
|
||||
receiving_days,
|
||||
reason,
|
||||
} => {
|
||||
report.diagnostics.push(format!(
|
||||
"engine_account_intent_skipped kind=deposit_withdraw amount={amount:.2} receiving_days={receiving_days} reason={reason}"
|
||||
));
|
||||
Ok(())
|
||||
}
|
||||
OrderIntent::FinanceRepay { amount, reason } => {
|
||||
report.diagnostics.push(format!(
|
||||
"engine_account_intent_skipped kind=finance_repay amount={amount:.2} reason={reason}"
|
||||
));
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user