ItellaPlugins / itella-shipping-woocommerce

Itella Shipping Plugin for Woocommerce
GNU General Public License v2.0
4 stars 3 forks source link

Fix file_get_contents relative path issue #42

Closed Kenert closed 2 years ago

Kenert commented 2 years ago

Screenshot 2022-03-02 at 20 02 55

Seemingly there's a relative URL path issue with file_get_contents().

Kenert commented 2 years ago

Wondering as to why this is being imported via HTTP to begin with and not simply loaded file-level?

Loading over HTTP creates issues in test environments that have htauth on for example.

markakk commented 2 years ago

Issue fixed in PR #48