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

Conflict with OneStepCheckout module #74

Closed Paulsky closed 1 year ago

Paulsky commented 1 year ago

I'm not sure if this is related to https://github.com/postcode-nl/PostcodeNl_Api_Magento2/issues/65, but after installing this extension, an error is thrown on our checkout page (OneStepCheckout from onestepcheckout.com);

TypeError: Onestepcheckout\Iosc\Block\Frontend\LayoutProcessors\LayoutProcessor::getLastField(): Return value must be of type string, array returned in /vendor/onestepcheckout/iosc/Block/Frontend/LayoutProcessors/LayoutProcessor.php:329

If I disable this extension (to be clear, Flekto_Postcode), the checkout is working fine.

Paulsky commented 1 year ago

Fixed by #76