#MrDatabase
1 messages · Page 1 of 1 (latest)
Hi there
Hello
Yep you need the Terminal JS SDK for this: https://stripe.com/docs/terminal/payments/setup-integration?terminal-sdk-platform=js
Ah whoops sorry
You are using Server-driven
yeah
Let me check which version of our PHP SDK this was added in
ok thank you
Hmm you are on newest if you are on 10.12.0
So it should be supported
How are you initializing Stripe here?
Can you share your code?
yea sure hold on
I've just updated my composer.json file and I'm initializing it like this ```$stripe = new \Stripe\StripeClient($GLOBALS['sk_live']);
All the other functions are working like $stripe->terminal->locations->update
Can you show me your setReaderDisplay code snippet?
arh sorry, i've fixed it
I wasn't requiring the autoload.php properly
it was a folder structure issue
thank you for your fast response tho 🙂
Glad it is fixed!
Thank you mate
Sure thing
have a good day