New issue
Advanced search Search tips

Issue 746451 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug-Regression



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:
 
Screen Shot 2017-07-19 at 8.17.20 AM.png
321 KB View Download
Cc: ma...@chromium.org
Components: -UI UI>Browser>Payments
Labels: M-61
Owner: rouslan@chromium.org
Status: Assigned (was: Unconfirmed)
Cc: gogerald@chromium.org
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.
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/
Labels: Needs-Feedback
vahe@, Please let us know whether your problem is resolved.

Comment 5 Deleted

Comment 6 by v...@ripple.com, Jul 21 2017

@rouslan yep, works now. Thank you!
Status: WontFix (was: Assigned)
Nothing to fix on Chrome side.

Sign in to add a comment