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 61a7db0 commit 0eece98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blockchyp"
version = "2.18.6"
version = "2.18.7"
edition = "2021"
description = "This is the SDK for Rust. Like all BlockChyp SDKs, it provides a full client for the BlockChyp gateway and BlockChyp payment terminals."
documentation = "https://docs.blockchyp.com/#overview"
Expand Down
4 changes: 4 additions & 0 deletions src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,10 @@ pub struct AuthorizationRequest {
/// and in conjunction with the transaction status API.
#[serde(rename = "asyncReversals", default)]
pub async_reversals: bool,
/// A passthrough surcharge amount. This surcharge amount will be passed directly to the
/// gateway and is not directly calculated.
#[serde(rename = "passthroughSurcharge", default)]
pub passthrough_surcharge: String,

}

Expand Down

0 comments on commit 0eece98

Please sign in to comment.