Peter Boyd
Peter Boyd
yup, same thing
Bump!
Unfortunately those types are missing `Transaction` which is imperative for creating a label ☹️ @bobbyhalljr
Hey thanks for the quick reply. I'm using stripe version 1.8.6 `stripe trigger` does work. `stripe customers create` seemed to work: ``` > stripe customers create { "id": "cus_LVFi6Bp8KAxqG1", "object":...
Hmm, websockets do work: ``` > stripe listen --no-wss --log-level=debug ⣟ Checking for new versions... [Wed, 13 Apr 2022 16:28:52 PDT] DEBUG Error while sending telemetry data: Post "https://r.stripe.com/0": context...
hey so I tried these same steps on my mac mini at home without any issues. I have a feeling I may just need to run `brew upgrade` on my...
Thanks for following up. It was kinda weird. It only caused issues on my work WiFi and only after the first attempt. When I switch Wifi from 2.4ghz to 5ghz...
same, following this thread
We noticed this library can't handle sending long strings. 5-6 bytes max, especially at these speeds. Highly recommend debouncing this as well.
@dmorrow is this feature available somewhere? I'm not seeing the option to add confirmation to a request. Would love this feature! Thanks.