i am installing one of my plugin but i am getting this error
Plugin has not been registered getRequiredService - dependency
i have one service
builder.RegisterType<TpvOrderService>().As<ITpvOrderService>() .InstancePerLifetimeScope();
in ITpvOrderService i have
ITpvOrderService : IOrderProcessingService
and in TpvService i have
TpvOrderService : OrderProcessingService , ITpvOrderService
what i am doing wrong
Regards
Yao
Service Register
Sunday, October 19, 2025 2:58:43 PM
Hi,
I suppose you forgot, to register it, here are the details: https://docs.grandnode.com/how-to-override-service-by-plugin
I suppose you forgot, to register it, here are the details: https://docs.grandnode.com/how-to-override-service-by-plugin
Best regards,
Patryk
GrandNode Team
Patryk
GrandNode Team
0