More changes

This commit is contained in:
Joan
2025-09-17 17:05:46 +02:00
parent 65b8542791
commit 16776f8766
4 changed files with 6 additions and 5 deletions

View File

@@ -497,4 +497,4 @@ def get_paypal_amounts_for_invoice(invoice_id):
fee_amount = float(breakdown.get("paypal_fee", {}).get("value", 0.0))
net_amount = float(breakdown.get("net_amount", {}).get("value", gross_amount))
return gross_amount, net_amount, fee_amount
return gross_amount, net_amount, fee_amount