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

Update interfaces/payment-handler.idl #13015

Merged

Conversation

autofoolip
Copy link
Contributor

@autofoolip autofoolip commented Sep 15, 2018

This PR was automatically created by a bot.

Before merging, please check that any tests that depend on the updated IDL files still work.

If additional changes are needed, please manually create another PR based on this one.

See the README for how the IDL files in this directory are used.


Source: https://github.com/tidoust/reffy-reports/blob/5ac15fe/whatwg/idl/payment-handler.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/429153951

@@ -68,7 +75,9 @@ interface PaymentRequestEvent : ExtendableEvent {
readonly attribute object total;
readonly attribute FrozenArray<PaymentDetailsModifier> modifiers;
readonly attribute DOMString instrumentKey;
readonly attribute bool requestBillingAddress;
Copy link
Member

Choose a reason for hiding this comment

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

It says bool here instead of Boolean, I assume that will cause problems.

Copy link
Member

@foolip foolip left a comment

Choose a reason for hiding this comment

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

The boolean fix has propagated now. Still need to try running the tests to make sure they aren't broken before merging.

@foolip
Copy link
Member

foolip commented Sep 17, 2018

Filed #13024 and then tested locally to confirm test still works.

@foolip foolip merged commit 2b12eb9 into web-platform-tests:master Sep 17, 2018
@autofoolip autofoolip deleted the reffy-reports/payment-handler branch September 18, 2018 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants