Skip to content

Refactor RemoveContractFromMerchant command usage#683

Merged
StuartFerguson merged 1 commit intomainfrom
task/#622_remove_contract_from_merchant
Jan 24, 2026
Merged

Refactor RemoveContractFromMerchant command usage#683
StuartFerguson merged 1 commit intomainfrom
task/#622_remove_contract_from_merchant

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Refactored RemoveContractFromMerchant to use MerchantCommands namespace throughout the codebase. Removed access token from the command signature and now handle it internally in the API client. Updated IApiClient, request handler, and test mediator to support the new command structure. Improved contract filtering in Edit.razor.cs to only show unassigned contracts. Cleaned up old command definitions for consistency and maintainability.

closes #622

Refactored RemoveContractFromMerchant to use MerchantCommands namespace throughout the codebase. Removed access token from the command signature and now handle it internally in the API client. Updated IApiClient, request handler, and test mediator to support the new command structure. Improved contract filtering in Edit.razor.cs to only show unassigned contracts. Cleaned up old command definitions for consistency and maintainability.
@StuartFerguson StuartFerguson merged commit 4750847 into main Jan 24, 2026
10 checks passed
@github-actions github-actions Bot deleted the task/#622_remove_contract_from_merchant branch March 26, 2026 01:10
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.

Remove Contract from Merchant

1 participant