Skip to content

Commit

Permalink
chore: increasing orders list limit on scheduled send to mandae
Browse files Browse the repository at this point in the history
just in case of many orders miss edited
  • Loading branch information
leomp12 authored Jul 2, 2024
1 parent 3133d78 commit c3d2c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/lib/integration/send-waiting-orders.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const fetchWaitingOrders = async ({ appSdk, storeId }) => {
'&fulfillment_status.current=ready_for_shipping' +
`&updated_at>=${d.toISOString()}` +
'&sort=number' +
'&limit=100'
'&limit=200'
try {
const { response } = await appSdk.apiRequest(storeId, endpoint, 'GET')
const orders = response.data.result
Expand Down

0 comments on commit c3d2c80

Please sign in to comment.