@akinon/pz-one-click-checkout 1.89.0-rc.0 → 1.89.0-rc.10

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 CHANGED
@@ -1,5 +1,43 @@
1
1
  # @akinon/pz-one-click-checkout
2
2
 
3
+ ## 1.89.0-rc.10
4
+
5
+ ### Minor Changes
6
+
7
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
8
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
9
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
10
+ - c759d6b: ZERO-3336: Add data-testid attribute to OneClickCheckoutButton for improved testing
11
+
12
+ ## 1.89.0-rc.9
13
+
14
+ ### Minor Changes
15
+
16
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
17
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
18
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
19
+ - c759d6b: ZERO-3336: Add data-testid attribute to OneClickCheckoutButton for improved testing
20
+
21
+ ## 1.89.0-rc.8
22
+
23
+ ## 1.89.0-rc.7
24
+
25
+ ## 1.89.0-rc.6
26
+
27
+ ## 1.89.0-rc.5
28
+
29
+ ## 1.89.0-rc.4
30
+
31
+ ## 1.89.0-rc.3
32
+
33
+ ## 1.89.0-rc.2
34
+
35
+ ## 1.89.0-rc.1
36
+
37
+ ### Minor Changes
38
+
39
+ - c759d6b: ZERO-3336: Add data-testid attribute to OneClickCheckoutButton for improved testing
40
+
3
41
  ## 1.89.0-rc.0
4
42
 
5
43
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-one-click-checkout",
3
- "version": "1.89.0-rc.0",
3
+ "version": "1.89.0-rc.10",
4
4
  "main": "./src/index.ts",
5
5
  "module": "./src/index.ts",
6
6
  "license": "MIT",
@@ -104,6 +104,7 @@ export const OneClickCheckoutButton = (props: OneClickCheckoutButtonProps) => {
104
104
  return (
105
105
  <>
106
106
  <Button
107
+ data-testid={`one-click-checkout-${provider?.slug}`}
107
108
  onClick={(e) => handleOnClick(e, provider.pk)}
108
109
  className={twMerge(
109
110
  clsx(