shipcloud / shipcloud-for-woocommerce

shipcloud for WooCommerce
GNU General Public License v3.0
6 stars 0 forks source link

Have only one object of the API and inject elsewhere #164

Closed ScreamingDev closed 6 years ago

ScreamingDev commented 7 years ago

The issue was that multiple invocations of one class lay around which took to long to maintain. Therefor it is shifted into a service container so that we have it only one time in a central place.

Please read the commit messages for details.

Things to review

Common things:

Got an idea while looking at the GUI? Please add a new issue refering to this one.

andrecedik commented 7 years ago

You should add a changelog entry.

ScreamingDev commented 6 years ago

Good to merge @andrecedik