mollie / mollie-api-python

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

Enable testmode globally #294

Closed whyscream closed 1 year ago

whyscream commented 1 year ago

Resolves #273

Note: when overriding an enabled testmode for a single call (see the test_override_testmode test), we're sending testmode=false in stead of leaving the parameter out. I tested this (using mollie-cli) on a few endpoints, and it was accepted on all of them.