Merge version_4 into main #4

Merged
development merged 1 commits from version_4 into main 2026-01-13 13:47:00 +00:00

View File

@@ -32,7 +32,7 @@ export default function LandingPage() {
'Content-Type': 'application/json', 'Content-Type': 'application/json',
}, },
body: JSON.stringify({ body: JSON.stringify({
amount: 50, amount: 5000,
}), }),
}); });