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

use interface for generating swagger documentation #23

Closed FrankStappers closed 4 years ago

FrankStappers commented 4 years ago

This pull request fixes #21. The problem is caused by using a class instead of an interface.

Bugfix has been tested against Magento 2.3.5.

robbertstevens commented 4 years ago

@JozefVerhoef

JozefVerhoef commented 4 years ago

@FrankStappers thanks!