We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0118437 commit 57e0e96Copy full SHA for 57e0e96
apps/demo-dapp-with-react-ui/src/components/SubscriptionForm/SubscriptionForm.tsx
@@ -17,7 +17,7 @@ const baseSubscriptionPayload: CreateSubscriptionV2Request = {
17
id: 0,
18
period: 1209600, // 2 week
19
amount: '100000000',
20
- // firstChargeDate: Math.floor(Date.now() / 1000) + 86400, // 1 day from now
+ firstChargeDate: Math.floor(Date.now() / 1000) + 86400, // 1 day from now
21
withdrawAddress: 'UQCae11h9N5znylEPRjmuLYGvIwnxkcCw4zVW4BJjVASi5eL',
22
withdrawMsgBody: 'asdsadasdasda',
23
metadata: {
0 commit comments