Re: [w3c/payment-request] Allow custom data for the active payment method to be provided to `PaymentResponse.prototype.complete` (Issue #981)

I prefer

`
partial interface PaymentResponse {
  [NewObject] Promise<undefined> complete(optional PaymentComplete result = "unknown", optional PaymentMethodData paymentMethod);
}
`

…because we’d preserve backwards compat fairly easily.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/issues/981#issuecomment-1004185677

You are receiving this because you are subscribed to this thread.

Message ID: <w3c/payment-request/issues/981/1004185677@github.com>

Received on Monday, 3 January 2022 15:55:40 UTC