@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 +8 -0
- package/package.json +1 -1
- package/src/index.tsx +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
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-
|
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',
|