Skip to content

Commit

Permalink
Merge branch 'feat/add-android-tap-and-pay' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
yelrom0 committed May 17, 2023
2 parents c41eeae + b641c09 commit 83701b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ export class StripeTerminalWeb
}

async tapToPaySupported(): Promise<boolean> {
const sdk = this.ensureInitialized()
return await sdk.tapToPaySupported()
return await this.tapToPaySupported()
}
}

0 comments on commit 83701b6

Please sign in to comment.