-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple pay - How to add merchant name in payment sheet? #310
Comments
Same issue here |
@ldemyanenko I was able to fix this issue by adding the total amount as the second item. |
@TiJnAr : Can you post your code snippet? |
In order to add merchant name do we need to make changes in the flutter code? I am also facing the issue, apple is not allowing to go in production. Please assist here |
Any updates on this issue? I am using the Pay package and the merchant name is not displayed. As a result, my app is not able to pass the review and be in production. |
any resolution yet? |
Hi, I hope it will help, unfortunately I am not working with flutter but I think the stripe lib is maybe working the same way. |
For those who wanted a code snippet:
|
Apple store is rejecting my application because of not adding merchant name in payment sheet after 'pay' in top left corner. Is there any configuration needed to display merchant name in the payment sheet?
![Screen Shot 2021-06-23 at 12 07 08](https://user-images.githubusercontent.com/24633117/123094395-8fcb4b00-d44c-11eb-85e7-65e3e9938ee3.png)
The text was updated successfully, but these errors were encountered: