I created one module in Magento. I create Api.php in that. Now I want to call one another api method in that. For example in my module I have 2 folder. Product and Shipping. Now I create one method in mymodule/Shipping/Model/Api.php and that i want to use in mymodule/Product/Model/Api.php. So how can I import that api class in my product api.
I created one module in Magento. I create Api.php in that. Now I want
Share
1 Answer