diff options
Diffstat (limited to 'postgresqleu/stripepayment/views.py')
| -rw-r--r-- | postgresqleu/stripepayment/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresqleu/stripepayment/views.py b/postgresqleu/stripepayment/views.py index e251cec3..bc07376a 100644 --- a/postgresqleu/stripepayment/views.py +++ b/postgresqleu/stripepayment/views.py @@ -198,7 +198,7 @@ def webhook(request, methodid): manager = InvoiceManager() manager.complete_refund( refund.invoicerefundid, - -refund.amount, + refund.amount, 0, # Unknown fee pm.config('accounting_income'), pm.config('accounting_fee'), |
