Open
Bug 1429264
Opened 8 years ago
Updated 1 year ago
Handle "pending" payment items in the UI
Categories
(Firefox :: WebPayments UI, enhancement, P3)
Firefox
WebPayments UI
Tracking
()
NEW
People
(Reporter: MattN, Unassigned)
References
()
Details
(Whiteboard: [webpayments-reserve])
`PaymentItem`s have a `pending`[1] boolean flag:
> When set to true it means that the amount member is not final. This is commonly
> used to show items such as shipping or tax amounts that depend upon selection of
> shipping address or shipping option. User agents MAY indicate pending fields in
> the user interface for the payment request.
We should decide what/if we're going to do with `pending` `PaymentItem`s
[1] https://w3c.github.io/payment-request/#dom-paymentitem-pending
| Reporter | ||
Comment 1•8 years ago
|
||
Hi Jacqueline, what do you think we should do for these? We can check what Chrome and Edge do with this demo: https://googlechrome.github.io/samples/paymentrequest/dynamic-shipping/
The shipping initially starts as $0 and `pending = true` but then changes once an address is selected.
Flags: needinfo?(jsavory)
| Reporter | ||
Comment 2•8 years ago
|
||
There is discussion at https://github.com/w3c/payment-request/issues/571 about how Apple and Chrome on Android handle `pending`.
Comment 3•8 years ago
|
||
I'm adding this one into the next round of the wireframes, so removing the ni
Flags: needinfo?(jsavory)
Updated•8 years ago
|
Priority: P3 → P2
Whiteboard: [webpayments]
Updated•8 years ago
|
Priority: P2 → P3
Whiteboard: [webpayments] → [webpayments-reserve]
Updated•8 years ago
|
Product: Toolkit → Firefox
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•