Skip to content

Commit

Permalink
Fixed: fieldName in performFind for fetching the voided shipment pack…
Browse files Browse the repository at this point in the history
…ages (#821)
  • Loading branch information
amansinghbais committed Oct 15, 2024
1 parent cecb77e commit f7ccac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/OrderService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ const fetchShipmentPackages = async (shipmentIds: Array<string>, isTrackingRequi
trackingCodeFilters = {
"trackingCode_op": "empty",
"trackingCode_grp": "1",
"fetchShipmentPackages_op": "SHRSCS_VOIDED",
"fetchShipmentPackages_grp": "2"
"carrierServiceStatusId": "SHRSCS_VOIDED",
"carrierServiceStatusId_grp": "2"
}
}

Expand Down

0 comments on commit f7ccac8

Please sign in to comment.