Skip to content

Commit

Permalink
Bump version to 2.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-blockchyp committed Aug 23, 2024
1 parent 57a62f2 commit a8ff196
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlockChyp/BlockChyp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>BlockChyp is a .NET 4.5+ class library for accessing the BlockChyp Terminal and Gateway APIs.</Description>
<Version>2.18.6</Version>
<Version>2.18.7</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<Authors>BlockChyp</Authors>
<Company>BlockChyp, Inc.</Company>
Expand Down
7 changes: 7 additions & 0 deletions src/BlockChyp/Entities/AuthorizationRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,12 @@ public class AuthorizationRequest : BaseEntity, ITimeoutRequest, ICoreRequest, I
/// </summary>
[JsonProperty(PropertyName = "asyncReversals")]
public bool AsyncReversals { get; set; }

/// <summary>
/// A passthrough surcharge amount. This surcharge amount will be passed directly
/// to the gateway and is not directly calculated.
/// </summary>
[JsonProperty(PropertyName = "passthroughSurcharge")]
public string PassthroughSurcharge { get; set; }
}
}

0 comments on commit a8ff196

Please sign in to comment.