Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
clement911 committed Aug 4, 2023
2 parents c3ebe67 + 3686698 commit 9762df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ShopifySharp/Entities/Order.cs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public class Order : ShopifyObject
/// The purchase order number associated to this order
/// </summary>
[JsonProperty("po_number")]
public PaymentTerms PoNumber { get; set; }
public string PoNumber { get; set; }

/// <summary>
/// Whether this order was exempt from taxes.
Expand Down
2 changes: 1 addition & 1 deletion ShopifySharp/ShopifySharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<AssemblyName>ShopifySharp</AssemblyName>
<RootNamespace>ShopifySharp</RootNamespace>
<VersionPrefix>6.3.1</VersionPrefix>
<VersionPrefix>6.3.2</VersionPrefix>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 9762df0

Please sign in to comment.