@akinon/pz-flow-payment 1.108.0-rc.9 → 1.108.0-snapshot-ZERO-3875-occasion-20251229071759

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # @akinon/pz-flow-payment
2
2
 
3
- ## 1.108.0-rc.9
3
+ ## 1.108.0-snapshot-ZERO-3875-occasion-20251229071759
4
+
5
+ ### Minor Changes
6
+
7
+ - 21d88c1b: ZERO-3640: Remove redundant API calls
8
+ - d8883ce6: ZERO-3640: Refactor wallet completion handling to accept additional parameters; update related API calls
9
+ - f85464e9: ZERO-3640: Fix API call to use hyphenated key for payment ID in FlowPayment component
10
+ - ce2e9e20: ZERO-3640: Add error handling and WalletCompletePage request to FlowPayment
11
+ - e00b4a82: ZERO-3640: Refactor wallet selection initialization and error handling; streamline payment session management
12
+ - 31a2d35a: ZERO-3640: Refactor checkout API call to include useFormData option; update FlowPayment component for improved error handling and code readability
4
13
 
5
14
  ## 1.108.0-rc.8
6
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@akinon/pz-flow-payment",
3
3
  "license": "MIT",
4
- "version": "1.108.0-rc.9",
4
+ "version": "1.108.0-snapshot-ZERO-3875-occasion-20251229071759",
5
5
  "main": "src/index.tsx",
6
6
  "dependencies": {
7
7
  "@checkout.com/checkout-web-components": "0.7.0-beta"