Skip to content

Commit 3ce2d82

Browse files
authored
Fix: Fix 2 broken links in Batch Payments, fix typo in Crosschain Pay… (#112)
1 parent 28a83b4 commit 3ce2d82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/request-network-api/batch-payments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Batch payments support mixing different payment types in a single transaction:
176176

177177
* **ERC20 Token Payments**: Standard token transfers
178178
* **Native Token Payments**: ETH, MATIC, etc.
179-
* [**Conversion Payments**](https://vscode-file/vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html): Requests denominated in one currency but paid in another (e.g., USD invoices paid with USDC)
179+
* [**Conversion Payments**](https://docs.request.network/glossary#conversion-payment): Requests denominated in one currency but paid in another (e.g., USD invoices paid with USDC)
180180

181181
## Key Implementation Notes
182182

@@ -215,6 +215,6 @@ See the batch payment feature in action in our EasyInvoice demo application:
215215

216216
{% embed url="https://youtu.be/craVMSj8PRs" %}
217217

218-
For detailed information on all available endpoints and their parameters, please refer to the full [Request Network API Reference](https://vscode-file/vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html).
218+
For detailed information on all available endpoints and their parameters, please refer to the full [Request Network API Reference](https://api.request.network/open-api).
219219

220220
For more implementation details, explore the [EasyInvoice source code](https://github.com/RequestNetwork/easy-invoice).

docs/request-network-api/crosschain-payments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ When fetching payment routes, each route displays the total estimated fees in th
7171

7272
1. **Gas Fees:**
7373

74-
The total fee includes all gas costs incurred by the payment processor wallet for processing the transaction. this covers:
74+
The total fee includes all gas costs incurred by the payment processor wallet for processing the transaction. This covers:
7575

7676
  \- Transferring tokens from the payer's wallet.
7777

0 commit comments

Comments
 (0)