Open Bug 1429264 Opened 6 years ago Updated 2 years ago

Handle "pending" payment items in the UI

Categories

(Firefox :: WebPayments UI, enhancement, P3)

enhancement

Tracking

()

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
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)
There is discussion at https://github.com/w3c/payment-request/issues/571 about how Apple and Chrome on Android handle `pending`.
I'm adding this one into the next round of the wireframes, so removing the ni
Flags: needinfo?(jsavory)
Priority: P3 → P2
Whiteboard: [webpayments]
Priority: P2 → P3
Whiteboard: [webpayments] → [webpayments-reserve]
Product: Toolkit → Firefox
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.