Skip to content

Commit 70df54d

Browse files
committed
LP-778 Limited partner capital contributions model update
1 parent c4ad49d commit 70df54d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/services/limited-partnerships/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export interface LimitedPartner {
5858
data?: Partner & {
5959
contribution_currency_type?: string;
6060
contribution_currency_value?: string;
61-
contribution_non_monetary_value?: string;
61+
contribution_sub_types?: string[];
6262
};
6363
}
6464

test/services/limited-partnerships/limited.partnerships.mock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const LIMITED_PARTNER_OBJECT_MOCK: LimitedPartner = {
107107
completed: true,
108108
contribution_currency_type: "GBP",
109109
contribution_currency_value: "1000",
110-
contribution_non_monetary_value: "car",
110+
contribution_sub_types: ["car"],
111111
date_effective_from: "2005-02-04",
112112
date_of_birth: "2000-05-01",
113113
etag: "",

0 commit comments

Comments
 (0)