Skip to content

Commit

Permalink
Release 1.0.0.beta.2
Browse files Browse the repository at this point in the history
* Added `upgrade_reason` to 3DS request and response.
* Removed payment_type: `unscheduled`
* Added support for Customer Source.
* Added support for `hosted payments` and `payment links` (CS1/CS2)
* Added support for Payments Query (CS2)
* Added support for Reports (CS2)
* Added support for Accounts (CS2)
* Added support for Workflows (CS2)
* Added support for custom `http client`
  • Loading branch information
a-ibarra committed Nov 4, 2022
1 parent 32520a3 commit 5cfd8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checkout_sdk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CheckoutSdk
VERSION = '1.0.0.beta.1'
VERSION = '1.0.0.beta.2'
end

0 comments on commit 5cfd8cf

Please sign in to comment.