migration to address book service #20

Merged
tech merged 1 commits from address-book-#16 into main 2025-12-05 02:03:12 +00:00
Showing only changes of commit 2b2a8afc2f - Show all commits

View File

@@ -17,7 +17,7 @@ type RecipientAPI struct {
}
func (a *RecipientAPI) Name() mservice.Type {
return mservice.Recipients
return mservice.PaymentMethods
}
func (a *RecipientAPI) Finish(_ context.Context) error {