Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
martinseco committed Apr 21, 2023
1 parent 7ab9b3d commit 2be6f77
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.2'
VERSION = '1.1.3'
end

0 comments on commit 2be6f77

Please sign in to comment.