@pixelpay/sdk-core 2.4.6 → 2.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/lib/browser/index.js +13 -13
- package/lib/libraries/CardinalManager.js +7 -2
- package/lib/libraries/CardinalManager.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ El formato se basa en [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
5
5
|
y este proyecto se adhiere a [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
Tipos de cambios: `Added`, `Changed`, `Deprecated`, `Removed`, `Fixed`, `Security`.
|
|
7
7
|
|
|
8
|
+
## [v2.4.7] - 2026-02-05
|
|
9
|
+
### Fixed
|
|
10
|
+
- Se agregó propiedad `data` a errores 520 de Cardinal
|
|
11
|
+
- Se agregó mensajes descriptivos para errores de Cardinal API
|
|
12
|
+
|
|
8
13
|
## [v2.4.6] - 2026-01-08
|
|
9
14
|
### Added
|
|
10
15
|
- Se agregó método para ejecutar callback antes de transacciones
|