Skip to content

Commit

Permalink
Release 1.1.4
Browse files Browse the repository at this point in the history
* Updates conflict response for onboard sub entity operation to include ID
* Adds `authentication_status_reason` to 3ds object in the GET payment details response.
* Adds support for `Cardholders` operations [Issuing]
* Adds support for `Cards` operations [Issuing]
* Adds support for `Card Controls` operations [Issuing]
* Adds support for `Card Testing` operations [Issuing]
* Adds support for `simulate_increment` for `Card Testing`
* Adds support for `simulate_clearing` for `Card Testing`
* Adds support for `simulate_reversal` for `Card Testing`
  • Loading branch information
martinseco committed Jun 7, 2023
1 parent 1e62ea9 commit 25fc19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checkout_sdk/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CheckoutSdk
VERSION = '1.1.3'
VERSION = '1.1.4'
end

0 comments on commit 25fc19c

Please sign in to comment.