#Millys Carvalhaes

1 messages ยท Page 1 of 1 (latest)

sour viperBOT
vale iron
twin spire
#

V2 is also available for Javascript? This looks like is for Android and IOS

vale iron
#

Oh hm

#

Honestly not sure. Going to get a colleague who's more familiar with terminal to look

#

The only terminal I see in the list above is a simulated reader

#

Do physical devices show in the list as well?

#

Or do you not have a physical device yet?

twin spire
#

I only have simulated readers yet

gritty prism
#

Hello ๐Ÿ‘‹
Can you share the code you have for discoverReaders ?

#

@twin spire

#

Just want to make sure you saw my message above

twin spire
#

Sorry for delay, I had to attend a meeting

gritty prism
#

simulated: false means its trying to retrieve real readers

#

which you currently don't have

twin spire
#

Now it makes more sense. However when setting simulated:true it returns only one simulated reader that does not match with the readers created previously. This is the expected behavior?

gritty prism
#

Its possible that that location only has one simulated reader registered to it

twin spire
#

This is the returned reader. I do not have this reader created in any of the connected accounts. Besides that, no request is being made to Stripe API, seems that the reader is being mocked only in the code.

gritty prism
#

Yeah mostly mocked.

#

our team won't know a ton about the architecture behind the test mode simulation though as we're not actively involved in the development of the SDK ๐Ÿ˜…

twin spire
#

So just to clarify, when using simulated: true I will receive a mocked Reader, and when using simulated: false will return only the real readers right?

gritty prism
#

Correct

twin spire
#

Well thanks for the info, now it makes more sense to me