mollie / mollie-api-python

Mollie API client for Python
http://www.mollie.com
BSD 2-Clause "Simplified" License
113 stars 55 forks source link

Use class constant for returning a static list, no property method #288

Closed whyscream closed 1 year ago

whyscream commented 1 year ago

The static list of payment methods that should be controlled by enabling/disabling issuers doesn't need to wrapped by a method, so removing this oversight.