Skip to content

Commit

Permalink
Merge branch 'master' into refactor-payment-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
leoslr committed Feb 24, 2022
2 parents 76effe9 + 4914094 commit 3d838e3
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -17,7 +17,6 @@ The contract also ensures that the `feeAmount` amount of the ERC20 transfer will
- `address` is the payment address for payments, the refund address for refunds
- `feeAmount` is the amount of the transfer that should be paid in fees
- `feeAddress` is the address where the fee will be sent to
- `conversion path` is a list of currency hashes to perform the conversion
- `acceptedTokens` is the list of tokens addresses accepted for payments and refunds
- `network` is the network of the tokens accepted for payments and refunds
- `maxRateTimespan` is the time span maximum accepted between the payment and the rate timestamp
Expand All @@ -38,7 +37,7 @@ The contract contains one function called `transferFromWithReferenceAndFee` whic

- `to` is the destination address for the tokens
- `requestAmount` is the amount to be paid in the request currency
- `path` is the conversion path from the request currency to the payment token (see `conversion path`)
- `path` is the conversion path from the request currency to the payment token, as provided by oracles
- `paymentReference` is the reference data used to track the transfer (see `paymentReference`)
- `feeAmount` is the amount of fees to be paid in the request currency
- `feeAddress` is the destination address for the fee
Expand Down

0 comments on commit 3d838e3

Please sign in to comment.