package notifications import ( "context" "github.com/tech/sendico/pkg/model" ) type PaymentStatusUpdatedHandler = func(context.Context, *model.PaymentStatusUpdated) error