Chad
Chad
Thank you, I have those functions ready to go in my MagentoWebservice.php. The bit I'm struggling with is in my controller how do I initiate `_executeCreateQuery()` and `_executeUpdateQuery()` methods? Normally...
I ended up figuring it out, I was over complicating the process. The process is exactly how I showed examples for in the controller. The missing piece for me was...
Sorry for the delay, happy to help. I'm not sure how to add to the documentation into the repo, so I'll type it here, give me an hour or so...
I have done the best example I can, it is hard to give examples without knowing the actual webservice and vice versa it is hard to give example if it...
No I haven't sorry, this plugin has code for page https://github.com/CVO-Technologies/cakephp-github/blob/43647e53fd87a3ab93fe2f24ce3686b594d36241/src/Webservice/GitHubWebservice.php
Came across this issue today and @Danoctum solution worked My rollback kept saying couldn't delete the table because it didn't exist ```php public function up() { $table = $this->table('processors'); $table...