@fractalpay/fractalpay-next-test 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -84,7 +84,7 @@ Add a card with a simplified experience.
84
84
 
85
85
  ```tsx
86
86
 
87
- <AddCardEasyPay
87
+ <AddCard
88
88
  fractalpayClientKey="your-client-key"
89
89
  customerId="cust_456"
90
90
  name="Jane Smith"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fractalpay/fractalpay-next-test",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev -p 4001",