Skip to content

Commit 4bdff16

Browse files
committed
feat: rename token query parameter to address
1 parent 65d0da5 commit 4bdff16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bundler/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const createGelatoBundlerClient = async (
4545
endpoint += `?payment=${payment.type}`;
4646

4747
if (payment.type === PaymentType.Token) {
48-
endpoint += `&token=${payment.address}`; // TODO: rename token to address
48+
endpoint += `&address=${payment.address}`;
4949
}
5050
}
5151

0 commit comments

Comments
 (0)