sortable icon indicating copy to clipboard operation
sortable copied to clipboard

Vanilla JavaScript table sort

Results 35 sortable issues
Sort by recently updated
recently updated
newest added

2.2 Describing what is being paid for https://www.w3.org/TR/2020/CR-payment-request-20201203/#describing-what-is-being-paid-for Example 2 contains this: ``` const details = { id: "super-store-order-123-12312", displayItems: [ { label: "Sub-total", amount: { currency: "USD", value: "55.00"...

i18n-needs-resolution
Future Candidate Feature

I believe that following #955, `PaymentRequestUpdateEvent` no longer serves a purpose. I believe sections "PaymentRequestUpdateEvent interface" (currently 12.3) and "PaymentRequest updated algorithm" (currently 13.3) could be removed from the spec.

Revert "Remove hasEnrolledInstrument() (#930)" This reverts commit f697360ed9a34fc6974117a66a6a653bf3f2ecd5. closes #??? The following tasks have been completed: * [ ] Confirmed there are no ReSpec errors/warnings. * [ ] Modified Web...

In his analysis of SRC, @mountainhippo identified the need to have a post-authorization step where the merchant/website notifies the payment handler of the result of the payment. I believe that...

Extensibility
proposal - needs discussion
Future Candidate Feature
SRC

It would be helpful for merchants to be able to specify the locale that the user agent displays the payment sheet in. Especially as we're discussing custom error messages, which...

i18n-tracker
Future Candidate Feature
Has Pull Request

Proxying a request from Stripe: A lot of PSPs allow merchants to fully control the look-and-feel of the checkout flow, including the "pay" button. The PSP code is embedded inside...

### TL;DR Given that when [Digital Goods API](https://github.com/WICG/digital-goods/blob/master/explainer.md) is used with PaymentRequest API, the total amount is unnecessary, we propose to make the “total” field optional in PaymentRequest API spec,...

Future Candidate Feature

Domenic wrote: > The duplication between "user aborts the payment request" and "abort the update" made this hard... We should consider deduplicating those two algorithms though, if we can. We...

Editorial

User may want to buy 2 or more items of a same product and the best way to show that to the user is by showing a `quantity` column. This...

Future Candidate Feature

I am struggling to figure out how to use the Payment Request API in conjunction with basic-card, and meet the [Location Declaration rules from Visa.](https://usa.visa.com/dam/VCOM/global/support-legal/documents/providing-proper-location-of-merchant-business.pdf) Specifically, rules regarding entities with...

Future Candidate Feature