Skip to content

Commit 013d9ea

Browse files
committed
fix: update voucher usage and clarify price parameters in payment guide
1 parent f9a3db6 commit 013d9ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guides/use-iapp/how-to-pay-executions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const sendEmail = await web3mail.sendEmail({
120120
protectedData: '0x123abc...',
121121
emailSubject: 'My email subject',
122122
emailContent: 'My email content',
123-
useVoucher: false, // [!code focus]
123+
useVoucher: true, // [!code focus]
124124
});
125125
```
126126

@@ -223,8 +223,8 @@ const result = await dataProtectorCore.processProtectedData({
223223

224224
::: info
225225

226-
All price parameters are in **nRLC** (nano RLC). The default value for all price
227-
parameters is `0`, which means no maximum price limit is set.
226+
All price parameters are in nRLC (nano RLC). The default value for all price
227+
parameters is 0, which means only free resources are accepted.
228228

229229
:::
230230

0 commit comments

Comments
 (0)