@experimentnoxx we’re working on improving the process of approving requests faster, I’ll make sure our team addresses this in the coming days.
@avivfa Thanks, I just noticed it showed up. Maybe they should add some notification to the process…
I noticed it as I applied for another. Is the process now improved, or does it still need your intervention? I requested bluesnap-node. Would appreciate it if you can help make that happen too.
Could we also getUserMedia??? I have just put a request in for this again, I did back in 2019 but this could really change things if possible.
Can we have getUserMedia? It’s been needed for a long time, I put a request in back in 2019 and they could do it at the time this could change many people’s work positively.
@experimentnoxx have you got an example of how you have utilised twilio chat? twilio chat would be amazing for the work I’m doing.
Sure, I’ll make sure this request is addressed
@simonadams sorry, I didn’t end up implementing it at that time, as it took long for it to get added and I didn’t get a notification when it was. Not sure whether it’s better to do that or manually do it with Wix.
Would love to hear if you get it done. And will try to update here if I end up doing it.
@experimentnoxx Thank you for you reply I will look to also create it through coding it separately. it is just where to start?
Not sure what’s wrong I’ve tried all possible imports(page as well as at backend/jwt) and none of them is working for me for stripe nodejs module - https://github.com/stripe/stripe-node .
Sample imports
import Stripe from “stripe”
import * from “stripe”
import Stripe from “node_modules/stripe”
…