@akinon/pz-credit-payment 1.89.0-rc.1 → 1.89.0-rc.3

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,13 @@
1
1
  # @akinon/pz-credit-payment
2
2
 
3
+ ## 1.89.0-rc.3
4
+
5
+ ## 1.89.0-rc.2
6
+
7
+ ### Minor Changes
8
+
9
+ - fec9638: ZERO-3346 :Update data-testid for Credit Payment button
10
+
3
11
  ## 1.89.0-rc.1
4
12
 
5
13
  ## 1.89.0-rc.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-credit-payment",
3
- "version": "1.89.0-rc.1",
3
+ "version": "1.89.0-rc.3",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
package/src/index.tsx CHANGED
@@ -138,7 +138,7 @@ export const CreditPayment = (
138
138
 
139
139
  <Button
140
140
  type="submit"
141
- data-testid="checkout-bank-account-place-order"
141
+ data-testid="checkout-credit-payment-button"
142
142
  className={clsx(
143
143
  twMerge(
144
144
  'group uppercase mt-4 inline-flex items-center justify-center w-full',