Skip to content

Commit

Permalink
chore: Merge pull request #89 from eventOneHQ/master
Browse files Browse the repository at this point in the history
2.1.0-beta.3
  • Loading branch information
nprail authored Feb 10, 2022
2 parents 80cb0f1 + f1f8bf4 commit b7f1c5c
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 79 deletions.
9 changes: 8 additions & 1 deletion src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,14 @@ export enum DiscoveryMethod {
*
* @see https://stripe.com/docs/api/terminal/readers/list
*/
Internet
Internet,

/**
* Use both BluetoothScan and Internet discovery methods
*
* This mode is custom to the `capacitor-stripe-terminal` plugin and uses the native SDK for the BluetoothScan method while simultaneously using the JS SDK for the Internet method.
*/
Both
}

/**
Expand Down
Loading

0 comments on commit b7f1c5c

Please sign in to comment.