Skip to content

Commit

Permalink
Fix OcpiCdr.TotalFixedCost json property name
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Oct 15, 2024
1 parent d5383ed commit a9665b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OCPI.Net.Contracts/Session/OcpiCdr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class OcpiCdr
[JsonPropertyName("total_cost")]
public OcpiPrice? TotalCost { get; set; }

[JsonPropertyName("total__fixed_cost")]
[JsonPropertyName("total_fixed_cost")]
public OcpiPrice? TotalFixedCost { get; set; }

[JsonPropertyName("total_energy")]
Expand Down

0 comments on commit a9665b7

Please sign in to comment.