-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The service "codecloud_shopify.controller.oauth" has a dependency on a non-existent service #8
Comments
|
Its fork with fixes and new features. |
@dimonx3 Could you please mention the exact value expected on the "store_manager_id" and where its value is defined? In the services.yml? Could you please post the code snippet? |
@sarathkumarbeo |
@dimonx3 Thank you so much for your quick update. We have implemented this bundle with Symfony version 5 without any issues and its working perfectly fine. Now we need too check it in 3.4 version also. Could you please also mention the next steps. It may be like I need to define a service in service.yml for this ShopifyStoreManager.php, and it should be referred in the "store_manager_id" in config.yml, Isn't it? |
@sarathkumarbeo Yes, that is right |
hi
when i implemented it at stymfony 4 i get this error
The service "codecloud_shopify.controller.oauth" has a dependency on a non-existent service
i think it comes from
code_cloud_shopify:
store_manager_id:
how can i resolve it?
The text was updated successfully, but these errors were encountered: