From 3b8afd5fe26a07d98a3bd39cbfdc8e91de8dcad3 Mon Sep 17 00:00:00 2001 From: Zak Hu Date: Wed, 15 May 2024 11:21:16 -0400 Subject: [PATCH] use icancelresponse --- types/terminal.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/terminal.d.ts b/types/terminal.d.ts index c9c2395..f6f5f72 100644 --- a/types/terminal.d.ts +++ b/types/terminal.d.ts @@ -398,7 +398,7 @@ export class Terminal { /** * Cancels an in-flight request made by collectInputs */ - cancelCollectInputs(): Promise; + cancelCollectInputs(): Promise; /** * Requests the Terminal object to collect a card source from the reader that * can be charged.