- From: Marijn Kruisselbrink <notifications@github.com>
- Date: Thu, 17 Nov 2016 09:49:11 -0800
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
Received on Thursday, 17 November 2016 17:50:12 UTC
mkruisselbrink commented on this pull request. > @@ -174,6 +174,7 @@ interface PaymentRequest : EventTarget { Promise<PaymentResponse> show(); Promise<void> abort(); + Promise<Boolean> canMakeActivePayment(); The correct WebIDL type for a boolean is "boolean" with a lowercase b. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/browser-payment-api/pull/316#pullrequestreview-9079627
Received on Thursday, 17 November 2016 17:50:12 UTC