mollie: set has_empty_response flag (#61241)

This commit is contained in:
Benjamin Dauvergne 2022-01-29 09:12:02 +01:00
parent ae14959c2a
commit 80c103a257
1 changed files with 2 additions and 0 deletions

View File

@ -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 = {