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

View File

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