File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/services/limited-partnerships
test/services/limited-partnerships Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : "" ,
You can’t perform that action at this time.
0 commit comments