mollie / mollie-api-php

Mollie API client for PHP
http://www.mollie.com
BSD 2-Clause "Simplified" License
553 stars 191 forks source link

Update PaymentLink.php add archived parameter #684

Closed bagulho closed 1 year ago

bagulho commented 1 year ago

Specifications

Issue

The get-payment-link endpoint defines an archived field in the response, but the related class vendor/mollie/mollie-api-php/src/Resources/PaymentLink.php doesn't have the attribute.

Naoray commented 1 year ago

Thanks for the contribution @bagulho!