mollie / mollie-api-php

Mollie API client for PHP

Home Page:http://www.mollie.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rework the usage of dynamic properties

bobvandevijver opened this issue · comments

With PHP8.2 the usage of dynamic properties is deprecated. It would be best to no longer use them at all, but otherwise some care should probably be taken to identify the classes where this issue might arise (such as the dynamic API resource converters) and just add the AllowDynamicProperties attribute.

Thanks for reporting @bobvandevijver .

Fixed in the latest release