Skip to content

Commit

Permalink
fix: delivery note
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikas8600 committed Apr 12, 2023
1 parent a9a73f9 commit 07b8c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ecommerce_integrations/unicommerce/delivery_note.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
"RETURN_ACKNOWLEDGED",
"MERGED",
]

import time
def prepare_delivery_note():
try:
time.sleep(15)
settings = frappe.get_cached_doc(SETTINGS_DOCTYPE)
client = UnicommerceAPIClient()

Expand Down

0 comments on commit 07b8c19

Please sign in to comment.