migration to address book service

This commit is contained in:
Stephan D
2025-12-05 03:02:43 +01:00
parent b4c696f1ef
commit 2b2a8afc2f

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 {