#146: PaymentRequest.canMakeActivePayment()

Visit on Github.

Opened Nov 11, 2016

Hello TAG!

I'm requesting a TAG review of:

    var request = new PaymentRequest(supportedPaymentMethods, shoppingCartContents);
    if (request.canMakeActivePayment) {
      request.canMakeActivePayment().then(result => {
        console.log(result ? "Can make active payment" : "Cannot make active payment");
      }).catch(err => {
        console.log(err);
      });
    }
  • Primary contacts: @rsolomakhin and @zkoch

Further details:

  • Relevant time constraints or deadlines: Would like to ship patch in Chrome M56.

You should also know that...

[please tell us anything you think is relevant to this review]

We'd prefer the TAG provide feedback as (please select one):

  • open issues in our Github repo for each point of feedback
  • open a single issue in our Github repo for the entire review
  • leave review feedback as a comment in this issue and @-notify @rsolomakhin and @zkoch

Discussions