mollie / mollie-api-php

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

Adding reason and reversedAt attributes to Chargeback resource #615

Closed dmdijkslag closed 2 years ago

dmdijkslag commented 2 years ago

Mollie has 2 additional attributes for its chargebacks endpoint, see https://docs.mollie.com/reference/v2/chargebacks-api/get-payment-chargeback for more info.

This will update the Chargeback resourse with the additional attributs.

For possible reason codes see https://help.mollie.com/hc/nl/articles/115000309865

sandervanhooft commented 2 years ago

Thanks @dmdijkslag ! You're right. Only one remark:

dmdijkslag commented 2 years ago

@sandervanhooft thanx for the update, you are right. I updated the resource and test.

sandervanhooft commented 2 years ago

Thanks @dmdijkslag !