(20250225) fml
This commit is contained in:
@@ -393,7 +393,7 @@ class PaymentsController(CoreAuthTokenController, ABC):
|
|||||||
"invoiceNo": None,
|
"invoiceNo": None,
|
||||||
"deliveryBoyId": None,
|
"deliveryBoyId": None,
|
||||||
"deliveryBoyName": None,
|
"deliveryBoyName": None,
|
||||||
"lineItems": payment.metadata.againstReference["salesItems"]
|
"lineItems": payment.metadata.againstReference
|
||||||
}
|
}
|
||||||
print("ADD SALES TXN INPUT JSON:", json.to_string(api_input_json))
|
print("ADD SALES TXN INPUT JSON:", json.to_string(api_input_json))
|
||||||
api_response = await current_app.http_client.post(
|
api_response = await current_app.http_client.post(
|
||||||
|
|||||||
Reference in New Issue
Block a user