Skip to content
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

Fix a example for PaymentManager.requestPermission(). #199

Merged
merged 1 commit into from Aug 4, 2017

Conversation

romandev
Copy link
Member

@romandev romandev commented Aug 4, 2017

Although PaymentManager.requestPermission is defined as static method, its
example is using the service worker registration's paymentManager instance.
It's better to use the static method in the example if possible.

This PR is fixing #198 issue.

Although PaymentManager.requestPermission is defined as static method, its
example is using the service worker registration's paymentManager instance.
It's better to use the static method in the example if possible.

This PR is fixing w3c#198 issue.
@romandev
Copy link
Member Author

romandev commented Aug 4, 2017

@dlongley, @ianbjacobs PTAL

Copy link
Contributor

@dlongley dlongley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants