Hi there,
My app is reviewing and the reviewer is asking me to fix a bug like this:
When I finish paying and select to send the receipt by text or email, I expect the phone number/email address will be pre-populated if there's a customer associated with the order.
We use ACTION_CLOVER_PAY intent to display the pay activity. As the documentation describes here: https://clover.github.io/clover-android-sdk/com/clover/sdk/v1/Intents.html, we don't see any extra parameter to do this. Is there a way to meet the reviewer's above requirement?
Any help would be appreciated.