From b2a9ec3d40b34099400dfa19c3d21cd1a1cb747e Mon Sep 17 00:00:00 2001 From: khushal Date: Tue, 25 Feb 2025 17:20:45 +0530 Subject: [PATCH] (20250225) fml --- controllers_v2/finstitutions/payments/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers_v2/finstitutions/payments/base.py b/controllers_v2/finstitutions/payments/base.py index 5329299..416e23e 100644 --- a/controllers_v2/finstitutions/payments/base.py +++ b/controllers_v2/finstitutions/payments/base.py @@ -393,7 +393,7 @@ class PaymentsController(CoreAuthTokenController, ABC): "invoiceNo": None, "deliveryBoyId": None, "deliveryBoyName": None, - "lineItems": payment.metadata.againstReference["salesItems"] + "lineItems": payment.metadata.againstReference } print("ADD SALES TXN INPUT JSON:", json.to_string(api_input_json)) api_response = await current_app.http_client.post(