@moneydevkit/nextjs 0.4.0-beta.1 → 0.4.0-beta.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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,10 +31,10 @@ export default function HomePage() {
|
|
|
31
31
|
description: 'A description of the purchase',
|
|
32
32
|
amount: 500, // 500 USD cents or Bitcoin sats
|
|
33
33
|
currency: 'USD', // or 'SAT'
|
|
34
|
+
successUrl: '/checkout/success',
|
|
34
35
|
metadata: {
|
|
35
36
|
type: 'my_type',
|
|
36
37
|
customField: 'internal reference for this checkout',
|
|
37
|
-
successUrl: '/checkout/success',
|
|
38
38
|
name: 'John Doe'
|
|
39
39
|
}
|
|
40
40
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moneydevkit/nextjs",
|
|
3
|
-
"version": "0.4.0-beta.
|
|
3
|
+
"version": "0.4.0-beta.3",
|
|
4
4
|
"title": "@moneydevkit/nextjs",
|
|
5
5
|
"description": "moneydevkit checkout components for Next.js.",
|
|
6
6
|
"repository": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@hookform/resolvers": "^5.0.1",
|
|
53
53
|
"@moneydevkit/api-contract": "^0.1.10",
|
|
54
|
-
"@moneydevkit/core": "0.4.0-beta.
|
|
54
|
+
"@moneydevkit/core": "0.4.0-beta.3",
|
|
55
55
|
"@moneydevkit/lightning-js": "^0.1.54",
|
|
56
56
|
"@orpc/client": "1.3.0",
|
|
57
57
|
"@orpc/contract": "1.3.0",
|