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(