Hey everyone!
Quick question. I'm having trouble getting the `getUserData` command working on a private channel. We're fully enrolled in roku billing, the request works fine in dev, and other ChannelStore commands like `getCatalog` and `doOrder` are working fine on the private channel.
I'm using the ChannelStore node class (not the older roChannelStore component). I'm fairly certain it's not my code because the problem also occurs if I publish the Roku-provided ChannelStore_SignupFlow sample app to a private channel. Is there a configuration option that I'm missing on the account side or is the `getUserData` command perhaps not permitted on non-public channels?
In the interest of full-disclosure here's the relevant code. It's exactly the same as the sample app:
m.billing.requestedUserData = "firstname, lastname, email"
m.billing.command = "getUserData"
Thanks for any support!