We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a15e78 commit 68269d9Copy full SHA for 68269d9
packages/payment-processor/src/payment/single-request-forwarder.ts
@@ -190,7 +190,7 @@ export async function payWithERC20SingleRequestForwarder(
190
* @param forwarderAddress - The address of the SingleRequestForwarder contract
191
* @param signer - The Ethereum signer used to execute the payment transaction
192
* @param amount - The amount to be paid
193
- * @throws {Error} If the contract is an EthereumSingleRequestForwarder
+ * @throws {Error} If the contract is not an EthereumSingleRequestForwarder
194
*/
195
export async function payWithEthereumSingleRequestForwarder(
196
forwarderAddress: string,
0 commit comments