Skip to content

Commit

Permalink
Improved: payload to fetch reasons only from the bopis group (hotwax#438
Browse files Browse the repository at this point in the history
)
  • Loading branch information
amansinghbais committed Oct 17, 2024
1 parent 842a5c7 commit 2347ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/util/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const actions: ActionTree<UtilState, RootState> = {
} else {
payload = {
"inputFields": {
"enumerationGroupId": "FF_REJ_RSN_GRP"
"enumerationGroupId": "BOPIS_REJ_RSN_GRP"
},
"fieldList": ["enumerationGroupId", "enumId", "sequenceNum", "enumDescription", "enumName"],
"entityName": "EnumerationGroupAndMember",
Expand Down

0 comments on commit 2347ec6

Please sign in to comment.