Account namespace updates: part 3 (merchants) #895

Merged
zachgoll merged 1 commits from zachgoll/account-namespace-updates-part-3 into main 2024-06-20 20:38:59 +08:00
zachgoll commented 2024-06-20 20:35:09 +08:00 (Migrated from github.com)

See #892 for a detailed proposal of these changes. I will be opening several PRs to achieve the final state so there is a more readable history of the changes.

Part 3 renames Transaction::Merchant to Merchant and moves all of the routes, controllers, etc. to the top-level namespace.

This thins out the hierarchy and will make it much easier to deal with merchants in the final stage of this namespace update when we start implementing various types of transactions (some of which may not be valid with a merchant).

See #892 for a detailed proposal of these changes. I will be opening several PRs to achieve the final state so there is a more readable history of the changes. Part 3 renames `Transaction::Merchant` to `Merchant` and moves all of the routes, controllers, etc. to the top-level namespace. This thins out the hierarchy and will make it much easier to deal with merchants in the final stage of this namespace update when we start implementing various types of transactions (some of which may not be valid with a merchant).
Sign in to join this conversation.