Skip to content

Commit

Permalink
Release 1.0.0-beta.2
Browse files Browse the repository at this point in the history
* Added support for `bank account` field formatting (CS2)
* Added support for `get payment lists` (CS1/CS2)
* Added support for `card metadata` (CS2)
* Adds support for `Workflows` (CS2)
* Adds support for `Hosted/Link Payments` (CS1/CS2)
* Adds support for `Dispute Scheme Files` API (CS1/CS2)
* Added support for `Logging` and Custom logger
* Added new Integrated Platforms payment instrument endpoints to `Accounts` (CS2)
* Added prism score property to payment response risk object
* Added `device_session_id` to RiskRequest
* Added mandatory fields for MIT/CIT payments sources (CS1/CS2)
* API Updates: Support Secret Key for `Accounts` (CS2)
  • Loading branch information
a-ibarra committed Jan 2, 2023
1 parent d84b7fb commit 2b6bbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package client

const SDK_VERSION = "1.0.0-beta.1"
const SDK_VERSION = "1.0.0-beta.2"

0 comments on commit 2b6bbf3

Please sign in to comment.