@pixelpay/sdk-core 2.4.5 → 2.4.6
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 +4 -0
- package/lib/browser/index.js +7 -7
- package/lib/requests/PaymentTransaction.d.ts +14 -0
- package/lib/requests/PaymentTransaction.js +20 -0
- package/lib/requests/PaymentTransaction.js.map +1 -1
- package/lib/services/CardinalAuthentication.js +2 -1
- package/lib/services/CardinalAuthentication.js.map +1 -1
- package/lib/services/Transaction.js +2 -0
- package/lib/services/Transaction.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,10 @@ 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.6] - 2026-01-08
|
|
9
|
+
### Added
|
|
10
|
+
- Se agregó método para ejecutar callback antes de transacciones
|
|
11
|
+
|
|
8
12
|
## [v2.4.5] - 2025-10-07
|
|
9
13
|
### Added
|
|
10
14
|
- Se agregó campo `click_to_pay` a payload de 3D Secure
|