Conversation
Add split payments tutorial mdx page Add split payments to Guides menu
|
✅ Deploy Preview for openpayments-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| ```ts wrap | ||
| const customerGrant = await client.grant.request( | ||
| { | ||
| url: walletAddress.authServer |
There was a problem hiding this comment.
Should this be customerWalletAddress instead?
There was a problem hiding this comment.
@mkurapov What do you think? The sample already has const customerGrant... but that may be overlooked.
There was a problem hiding this comment.
Yes, because we are assuming we've defined the variables (such as customerWalletAddress above)
Add split payments tutorial mdx page
Add split payments to Guides menu