Skip to content

Commit 74e8817

Browse files
committed
Send domainAccountID for SetFeedName command
1 parent 2b5745f commit 74e8817

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/libs/API/parameters/SetCompanyCardFeedName.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ type SetCompanyCardFeedName = {
22
authToken?: string | null;
33
policyID: string;
44
bankName: string;
5+
domainAccountID: number;
56
userDefinedName: string;
67
};
78

src/libs/actions/CompanyCards.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ function setWorkspaceCompanyCardFeedName(policyID: string, domainOrWorkspaceAcco
158158
const parameters = {
159159
authToken,
160160
policyID,
161+
domainAccountID: domainOrWorkspaceAccountID,
161162
bankName,
162163
userDefinedName,
163164
};

0 commit comments

Comments
 (0)