#connect-branding-color
1 messages · Page 1 of 1 (latest)
Hey there
Hmm I don't actually know off the top of my head but I assume that these brand settings are mirrored in test/live. Have you done any testing with this? Have you seen otherwise?
What do you mean mirrored?
I'm sort of confused.
Like if you add an icon to test, does it appear in live. I'm going in and trying to add and delete and see what is happening, but thought you guys could just tell me the logic.
Yeah I mean I don't know that specific logic off the top of my head. So I would need to test it.
Can you pull an Account with a testmode key or does an Account only exist in livemode? Is there a testmode Account?
stripe_account = Stripe::Account.retrieve(stripe_user_id, {stripe_account: stripe_user_id})
If the account exists in live mode then it exists in test mode. Vice-versa is not always true
OK, I think I need to save 2 things for a brand color, one in test and one in live and show the appropriate one. I will do that. 🙂