Skip to content

Commit

Permalink
Merge pull request #822 from amansinghbais/#821
Browse files Browse the repository at this point in the history
Fixed: fieldName in performFind for fetching the voided shipment packages (#821)
  • Loading branch information
ravilodhi authored Oct 15, 2024
2 parents cecb77e + f7ccac8 commit b41d446
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 b41d446

Please sign in to comment.