@akinon/pz-gpay 1.89.0-rc.1 → 1.89.0-rc.11

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-gpay
2
2
 
3
+ ## 1.89.0-rc.11
4
+
5
+ ## 1.89.0-rc.10
6
+
7
+ ### Minor Changes
8
+
9
+ - 57a6184: ZERO-3332 :Add data-testid attribute to GPay payment button for testing
10
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
11
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
12
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
13
+
14
+ ## 1.89.0-rc.9
15
+
16
+ ### Minor Changes
17
+
18
+ - 57a6184: ZERO-3332 :Add data-testid attribute to GPay payment button for testing
19
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
20
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
21
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
22
+
23
+ ## 1.89.0-rc.8
24
+
25
+ ## 1.89.0-rc.7
26
+
27
+ ## 1.89.0-rc.6
28
+
29
+ ## 1.89.0-rc.5
30
+
31
+ ## 1.89.0-rc.4
32
+
33
+ ## 1.89.0-rc.3
34
+
35
+ ## 1.89.0-rc.2
36
+
37
+ ### Minor Changes
38
+
39
+ - 57a6184: ZERO-3332 :Add data-testid attribute to GPay payment button for testing
40
+
3
41
  ## 1.89.0-rc.1
4
42
 
5
43
  ## 1.89.0-rc.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-gpay",
3
- "version": "1.89.0-rc.1",
3
+ "version": "1.89.0-rc.11",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
@@ -109,7 +109,7 @@ export function GPayOption(props: GpayOptionProps) {
109
109
  </>
110
110
  )}
111
111
  </div>
112
- <Button className={twMerge('w-full mt-3', props.buttonClassName)}>
112
+ <Button data-testid="gpay-payment-button" className={twMerge('w-full mt-3', props.buttonClassName)}>
113
113
  {props.translations?.button ?? 'Pay with GarantiPay'}
114
114
  </Button>
115
115
  {formError && (