We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997881d commit 80b3bfbCopy full SHA for 80b3bfb
CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [2.1.0] - 2025-08-05
11
+
12
+### Fixed
13
+- PTHMINT-78: Avoid duplicate taxes when checkout options is autogenerated
14
+- PTHMINT-77: Add AddressParser
15
+-
16
+### Changed
17
+- PTHMINT-81: Change the tax_rate_percentage to integer
18
19
## [2.0.0] - 2025-07-17
20
21
### Added
pyproject.toml
@@ -3,7 +3,7 @@ authors = ["Multisafepay <[email protected]>"]
3
description = "Multisafepay API wrapper"
4
license = "OSL-3.0"
5
name = "multisafepay"
6
-version = "2.0.0"
+version = "2.1.0"
readme = "README.md"
repository = "https://github.com/MultiSafepay/python-sdk"
homepage = "https://multisafepay.com"
0 commit comments