diff --git a/eopayment/mollie.py b/eopayment/mollie.py index 4bfe006..e6fda58 100644 --- a/eopayment/mollie.py +++ b/eopayment/mollie.py @@ -37,6 +37,8 @@ __all__ = ['Payment'] class Payment(PaymentCommon): '''Implements Mollie API, see https://docs.mollie.com/reference/v2/.''' + has_empty_response = True + service_url = 'https://api.mollie.com/v2/' description = {