@akinon/pz-credit-payment 1.93.0-rc.48 → 1.93.0-rc.49
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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# @akinon/pz-credit-payment
|
2
2
|
|
3
|
+
## 1.93.0-rc.49
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
|
8
|
+
- 310556ec: ZERO-3372 :Add README and enhance CreditPayment component with renderer support
|
9
|
+
- 16aff54: ZERO-3431: Add test script for redirect utility in package.json
|
10
|
+
- 64699d3ff: ZERO-2761: Fix invalid import for plugin module
|
11
|
+
- e974d8e8: ZERO-3406: Fix rc build
|
12
|
+
- 7eb51ca9: ZERO-3424 :Update package versions
|
13
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
14
|
+
- 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
|
15
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
16
|
+
- fec9638a: ZERO-3346 :Update data-testid for Credit Payment button
|
17
|
+
|
3
18
|
## 1.93.0-rc.48
|
4
19
|
|
5
20
|
## 1.93.0-rc.47
|