Skip to content

fix(products): pass recurring deposit command - #335

Merged
Aman-Mittal merged 1 commit into
apache:mainfrom
YinkaMetrics:fix/recurring-deposit-command
Aug 18, 2026
Merged

fix(products): pass recurring deposit command#335
Aman-Mittal merged 1 commit into
apache:mainfrom
YinkaMetrics:fix/recurring-deposit-command

Conversation

@YinkaMetrics

Copy link
Copy Markdown
Contributor

What and why

Read the recurring-deposit transaction command from the route and pass it as the generated API client's third argument. This lets the form submit both deposit and withdrawal instead of sending an unsupported null command.

The form defaults unknown commands to deposit, shows the withdrawal title when appropriate, and has focused coverage for both API calls.

Closes #278.

Verification

  • 3 focused tests passed
  • 897 full tests passed
  • lint, format, build, app TypeScript, icon, i18n, and license checks passed

@Aman-Mittal

Copy link
Copy Markdown
Member

@YinkaMetrics pls review failing checks

@YinkaMetrics

Copy link
Copy Markdown
Contributor Author

Thanks for flagging this. I’ve replaced the commit with a GPG-signed version; the change set is otherwise unchanged, and the checks are rerunning now.

@YinkaMetrics
YinkaMetrics force-pushed the fix/recurring-deposit-command branch from 1f14709 to e0256c1 Compare August 17, 2026 18:56
@Aman-Mittal
Aman-Mittal merged commit e876486 into apache:main Aug 18, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A recurring deposit transaction can never be saved — the form omits the command the platform requires

2 participants