mollie: fix subject in body (#61417)

Subject does not exist in body.
This commit is contained in:
Benjamin Dauvergne 2022-02-04 08:36:43 +01:00
parent d43c66caa4
commit 7cb11a273e
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,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)