terminal-js icon indicating copy to clipboard operation
terminal-js copied to clipboard

Loading wrapper for the Terminal JS SDK

Results 5 terminal-js issues
Sort by recently updated
recently updated
newest added

### Summary & motivation This PR adds types and methods used for collect inputs. I had to tweak the types to be `declare type` instead since this is a declaration...

### Summary Version : @stripe/terminal-js@^0.10.1 Reader: WisePOS E (Version 2.8.4.0) Browser : Google chrome I'm currently working on a stripe terminal integration (BBPOS WisePOS E // javascript - react -...

### Summary & motivation ### Testing & documentation

### Summary Enums should be exported as values - not only as types. ```ts // this works, but is bad import { type PaymentStatus } from '@stripe/terminal-js/pure' const bad =...

### Summary Version : @stripe/terminal-js@^0.10.1
 Reader: WisePOS E (Version 2.8.4.0) 
Browser : Google chrome I’m currently working on a stripe terminal integration (BBPOS WisePOS E // javascript - react -...