Skip to content

Commit

Permalink
Changed Billable property to boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldwight committed Feb 20, 2025
1 parent 2e0e419 commit 8ed7e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class MessagePricing
public string PricingModel { get; set; }

[JsonPropertyName("billable")]
public string Billable { get; set; }
public bool Billable { get; set; }

[JsonPropertyName("category")]
public string Category { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion WhatsappBusiness.CloudApi/WhatsappBusiness.CloudApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/gabrieldwight/Whatsapp-Business-Cloud-Api-Net</RepositoryUrl>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Version>1.0.53</Version>
<Version>1.0.54</Version>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net9.0'">
Expand Down

0 comments on commit 8ed7e40

Please sign in to comment.