Issue metadata
Sign in to add a comment
|
Payment UI doesn't show the Payment Handler name
Reported by
v...@ripple.com,
Jul 19 2017
|
||||||||||||||||||||||
Issue description
Steps to reproduce the problem:
Here's how I register a payment handler.
reg.paymentManager.instruments.set(
user.identifier,
{
name: `Cygnus`,
enabledMethods: ['interledger']
})
What is the expected behavior?
Payment UI should show the name 'Cygnus' in payment method selection screen.
What went wrong?
Payment UI ignores the name 'Cygnus' and shows the payment handler domain name. See the attachment.
Did this work before? Yes
Chrome version: 61.0.3159.0 Channel: stable
OS Version: 7.1.2
Flash Version:
,
Jul 19 2017
Thank you for the report! Chrome on Android shows "payment apps" to the user instead of "payment instruments". To name your payment app, please define the "name" field in the web app manifest on the page that registers the service worker: https://developer.mozilla.org/en-US/docs/Web/Manifest +Ganggui to double-check my advice.
,
Jul 19 2017
Reply comment #2: Yes, you can also find the way to add it from here https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
,
Jul 21 2017
vahe@, Please let us know whether your problem is resolved.
,
Jul 21 2017
@rouslan yep, works now. Thank you!
,
Jul 21 2017
Nothing to fix on Chrome side. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by krav...@chromium.org
, Jul 19 2017Components: -UI UI>Browser>Payments
Labels: M-61
Owner: rouslan@chromium.org
Status: Assigned (was: Unconfirmed)