postcode-nl / PostcodeNl_Api_Magento2

A Magento 2 plugin that implements the Postcode.nl international address API
https://developer.postcode.eu/documentation/
BSD 2-Clause "Simplified" License
10 stars 13 forks source link

Plugin ignores Magento basedir, always loads /rest in js #12

Closed SjonHortensius closed 4 years ago

SjonHortensius commented 4 years ago

It seems this plugin should take the Magente basedirectory into account, instead of the current fixed URL which references /rest/ directly: https://github.com/postcode-nl/PostcodeNl_Api_Magento2/blob/8f90e7b32b7db62a49d997ce8c79d2f6dcaf5209/view/frontend/templates/customer/address.phtml#L63

This doesn't work when Magento runs from a subdirectory

tmishutin commented 4 years ago

Fixed in https://github.com/postcode-nl/PostcodeNl_Api_Magento2/pull/13