@moneydevkit/nextjs 0.1.5 → 0.1.6
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,8 @@ export default function HomePage() {
|
|
|
28
28
|
|
|
29
29
|
const handlePurchase = () => {
|
|
30
30
|
navigate({
|
|
31
|
-
|
|
31
|
+
title: "Describe the purchase shown to the buyer",
|
|
32
|
+
description: 'A description of the purchase',
|
|
32
33
|
amount: 500, // 500 USD cents or Bitcoin sats
|
|
33
34
|
currency: 'USD', // or 'SAT'
|
|
34
35
|
metadata: {
|