From 25fc19c17da05b3b190d5a49cedd671b4b1f4149 Mon Sep 17 00:00:00 2001 From: Martin Seco Date: Wed, 7 Jun 2023 11:45:45 -0300 Subject: [PATCH] Release 1.1.4 * 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` --- lib/checkout_sdk/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkout_sdk/version.rb b/lib/checkout_sdk/version.rb index db055ad..ee50efe 100644 --- a/lib/checkout_sdk/version.rb +++ b/lib/checkout_sdk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CheckoutSdk - VERSION = '1.1.3' + VERSION = '1.1.4' end