File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
OFM.Infrastructure.WebAPI
Services/Processes/Payments Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ public class PaymentLine
451
451
[ Required ( ErrorMessage = "Payment method is mandatory." ) ]
452
452
public new int ? ofm_payment_method { get ; set ; }
453
453
454
- [ JsonPropertyName ( "Ack.ofm_cohort " ) ]
454
+ [ JsonPropertyName ( "Ack.ofm_cohortid " ) ]
455
455
[ Required ( ErrorMessage = "Cohort cannot be blank on funding, and a corresponding acknowledgement number is required." ) ]
456
456
public string ? ofm_cohort { get ; set ; } = string . Empty ;
457
457
Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ public string RequestPaymentLineUri
89
89
<attribute name="name" />
90
90
</link-entity>
91
91
<link-entity name="ofm_funding" from="ofm_fundingid" to="ofm_funding" link-type="inner" alias="Funding">
92
- <attribute name="ofm_cohort " />
93
- <link-entity name="ofm_ack_codes" from="ofm_cohort " to="ofm_cohort " link-type="outer" alias="Ack">
94
- <attribute name="ofm_cohort " />
92
+ <attribute name="ofm_cohortid " />
93
+ <link-entity name="ofm_ack_codes" from="ofm_cohortid " to="ofm_cohortid " link-type="outer" alias="Ack">
94
+ <attribute name="ofm_cohortid " />
95
95
</link-entity>
96
96
</link-entity>
97
97
</entity>
You can’t perform that action at this time.
0 commit comments