From 5cbaebcb203cc104a63e20b9c890487428f03619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Thu, 17 Sep 2026 15:46:32 +0200 Subject: [PATCH] Release 2.3.0 - Add PaymentSetupAccommodation and PaymentSetupAirline typed models (industry.accommodation[] and industry.airline[] on payment setups), including total_number_of_guests, refundable, delivery_recipient, host, total_number_of_passengers, travel_type, trip_type, ancillaries and insurance --- 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 701114e..186bcc3 100644 --- a/lib/checkout_sdk/version.rb +++ b/lib/checkout_sdk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CheckoutSdk - VERSION = '2.2.1' + VERSION = '2.3.0' end