Skip to content

Commit

Permalink
add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Oct 7, 2024
1 parent 2705c32 commit f34213a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Payment routes are provided in the following structure:
approvalRequired: Boolean (e.g. true)
approvalTransaction: Transaction (to approve the fromToken being used from the payment router to perform the payment)
directTransfer: Boolean (e.g. true)
getTransaction: async => Transaction (see @depay/web3-wallets for details)
getTransaction: async (options)=> Transaction (see @depay/web3-wallets for details), options can contain { wallet }
}
```

Expand Down

0 comments on commit f34213a

Please sign in to comment.