(20250225) FMFLFLFLFL
This commit is contained in:
@@ -385,9 +385,9 @@ class PaymentsController(CoreAuthTokenController, ABC):
|
||||
url = "https://api.thecaoffice.com/account/sales/transaction/add",
|
||||
headers = {"X-Session-Token": session_token},
|
||||
json = {
|
||||
"transactionDate": date_time.get_current_date_time().strftime("%Y-%m-%d"),
|
||||
"transactionDate": date_time.get_current_ist_date_time().strftime("%Y-%m-%d"),
|
||||
"clientId": payment.metadata.idClient,
|
||||
"clientName": payment.metadata.,
|
||||
"clientName": payment.metadata.clientName,
|
||||
"clientAddress": None,
|
||||
"deliveryAddress": None,
|
||||
"total": payment.amount,
|
||||
|
||||
Reference in New Issue
Block a user