Hieronder vindt u de nieuwste versies van de DPD plugins met o.a. Brexit functionaliteiten. Let op: Verstuurt u na Brexit naar UK, dan doet u er verstandig aan u te registreren bij de HMRC in de UK. Wij raden altijd aan om de module eerst op een testomgeving te installeren.
Function is expecting WC_Order, but is passed WP_Post.
This causes a Fatal error:
Fatal error: Uncaught Error: Call to undefined method WP_Post::get_id() in .../wp-content/plugins/dpdconnect/classes/Handlers/DownloadLabelBox.php on line 32
This PR retrieves a WC_Order object from the passed WP_Post, and fixed the error.
Function is expecting WC_Order, but is passed WP_Post.
This causes a Fatal error:
This PR retrieves a WC_Order object from the passed WP_Post, and fixed the error.