@akinon/pz-one-click-checkout 1.89.0-snapshot-ZERO-3343-20250508112943 → 1.89.0

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,6 +1,10 @@
1
1
  # @akinon/pz-one-click-checkout
2
2
 
3
- ## 1.89.0-snapshot-ZERO-3343-20250508112943
3
+ ## 1.89.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c759d6b: ZERO-3336: Add data-testid attribute to OneClickCheckoutButton for improved testing
4
8
 
5
9
  ## 1.88.0
6
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-one-click-checkout",
3
- "version": "1.89.0-snapshot-ZERO-3343-20250508112943",
3
+ "version": "1.89.0",
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(