Compare commits

...

1 Commits

Author SHA1 Message Date
Benjamin Dauvergne f79d3dab02 mollie: fix subject in body (#61417)
gitea/eopayment/pipeline/head Build started... Details
Subject does not exist in body.
2022-02-04 09:39:17 +01:00
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)