From 2be6f772d22a3522be11378b1010e921abbd6c9b Mon Sep 17 00:00:00 2001 From: Martin Seco Date: Fri, 21 Apr 2023 12:06:04 -0300 Subject: [PATCH] Release 1.1.3 * Adds `card_token` object to `PaymentInstrumentRequest` for Integrated Platforms (CS2) * Adds `if-match` header to `UpdatePaymentInstrumentRequest` for Integrated Platforms (CS2) * Fixes typo for `TransactionCurrencyAmount` in Financial Actions (CS2) --- 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 a26d1b2..db055ad 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.2' + VERSION = '1.1.3' end