Skip to content

Refactor merchant deposit logic and improve UX#686

Merged
StuartFerguson merged 1 commit intomainfrom
task/#624_made_merchant_deposit
Jan 26, 2026
Merged

Refactor merchant deposit logic and improve UX#686
StuartFerguson merged 1 commit intomainfrom
task/#624_made_merchant_deposit

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Refactored the "Make Merchant Deposit" feature to move business logic and permission checks into a new code-behind file (Deposit.razor.cs), improving separation of concerns. Moved MakeMerchantDepositCommand to MerchantCommands and updated its usage throughout the codebase. Added API client support for deposits and improved user feedback by displaying a success message before redirecting. Updated test and request handlers to match the new structure.

closes #624

Refactored the "Make Merchant Deposit" feature to move business logic and permission checks into a new code-behind file (Deposit.razor.cs), improving separation of concerns. Moved MakeMerchantDepositCommand to MerchantCommands and updated its usage throughout the codebase. Added API client support for deposits and improved user feedback by displaying a success message before redirecting. Updated test and request handlers to match the new structure.
@StuartFerguson StuartFerguson merged commit fc647d2 into main Jan 26, 2026
10 checks passed
@github-actions github-actions Bot deleted the task/#624_made_merchant_deposit branch March 28, 2026 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make Merchant Deposit

1 participant