Account namespace updates: part 3 (merchants) #895
Reference in New Issue
Block a user
Delete Branch "zachgoll/account-namespace-updates-part-3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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::MerchanttoMerchantand 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).