Skip to content

Commit

Permalink
fix: param added
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikas8600 committed Apr 12, 2023
1 parent 0e18d3c commit 0d288e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce_integrations/unicommerce/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _get_new_orders(
"""Search new sales order from unicommerce."""

# updated_since = 24 * 60 # minutes
updated_since = None
updated_since = 72*60
uni_orders = client.search_sales_order(updated_since=updated_since, status=status)
configured_channels = {
c.channel_id
Expand Down

0 comments on commit 0d288e7

Please sign in to comment.