I have completed integrating the Braintree gateway as my payments processor in my Android app. I use the Drop-In UI to complete the payments with the Google Pay option enabled. Everything is working as expected in the Sandbox environment and now I have created a producrtion account and got approved by Braintree.
In order to enable the Google Pay option I have to get my app reviewed by Google as well, following the process listed in the link below: Google Pay integration checklist
Among other things, the docs state that I have to use the WalletConstants.ENVIRONMENT_TEST when I submit my app.
I don't think the Google Pay initilization is editable by the drop in sdk, so there is nowhere in the Braintree Google Pay setup a way to set the WalletOptions environment to WalletConstants.ENVIRONMENT_TEST. So should I send a Sandbox build/account of my app for review? Does Braintree's Sandbox corresponds to setting the environment parameter from WalletOptionsWalletConstants.ENVIRONMENT_TEST?
It's a simple question, but Braintree support did not have an answer.