Re: [w3c/payment-handler] Why does a Payment App need to see the line items? (#91)

I like your idea better:

dictionary PaymentItem {
  required DOMString label;
  required PaymentCurrencyAmount amount;
  boolean pending = false;
  boolean share = false;
};

For any payment item the merchant can express that it is shareable.

Ian

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-handler/issues/91#issuecomment-488787363

Received on Thursday, 2 May 2019 18:47:50 UTC