mollie: fix subject in body (#61417)
gitea/eopayment/pipeline/head Build started... Details

Subject does not exist in body.
This commit is contained in:
Benjamin Dauvergne 2022-02-04 08:36:43 +01:00 committed by Frédéric Péters
parent 0608e27dfe
commit f79d3dab02
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ class Payment(PaymentCommon):
metadata['orderid'] = orderid
if subject is not None:
body['description'] = subject
body['subject'] = subject
resp = self.call_endpoint('POST', 'payments', data=body)