From 7fda2de9b79f3fa0ee5363444d6e72d5d63d6607 Mon Sep 17 00:00:00 2001 From: Alexey Churkin Date: Thu, 10 Oct 2024 15:57:01 +0000 Subject: [PATCH] GITBOOK-356: Typo fix with affiliateFeeRecipient --- .../interacting-with-the-api/affiliate-fees.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/affiliate-fees.md b/docs/dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/affiliate-fees.md index 59f87745..314510fd 100644 --- a/docs/dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/affiliate-fees.md +++ b/docs/dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/affiliate-fees.md @@ -4,21 +4,21 @@ #### EVM single-chain affiliate fee -To get affiliate fee when user performs single-chain swap on Solana chain `affiliteFeeBeneficiary` & `affiliateFeePercent` request params should be set. +To get affiliate fee when user performs single-chain swap on Solana chain `affiliateFeeRecipient` & `affiliateFeePercent` request params should be set. * Affiliate fee percent - percent of the **output amount** to receive as fee * Affiliate fee beneficiary - evm address that will receive fee #### Solana single-chain affiliate fee -To get affiliate fee when user performs single-chain swap on Solana chain `affiliteFeeBeneficiary` & `affiliateFeePercent` request params should be set. +To get affiliate fee when user performs single-chain swap on Solana chain `affiliateFeeRecipient` & `affiliateFeePercent` request params should be set. * Affiliate fee percent - percent of the **output amount** to receive as fee * Affiliate fee beneficiary - Jupiter referral key, could be generated at [https://referral.jup.ag/dashboard](https://referral.jup.ag/dashboard) . Fees could be claimed at jupiter referral dashboard ### Cross-chain affiliate fees -Integrator could receive affiliate fee from order creation. `affiliteFeeBeneficiary` & `affiliateFeePercent` request params should be set. +Integrator could receive affiliate fee from order creation. `affiliateFeeRecipient` & `affiliateFeePercent` request params should be set. * Affiliate fee percent - percent of input order amount that will be sent to affiliate fee beneficiary on order completion * Affiliate fee beneficiary - receiver of the affiliate fee. Pubkey for Solana, address for EVM