Re: [w3c/browser-payment-api] Should it be possible to vary amounts depending on payment method (#4)

The approach by @adrianhopebailie is good. Keep in mind that the merchant will need to know the type of method currently selected when the user changes their shipping address and option, because the merchant needs to update the total price using `e.updateWith()` call. Therefore, we should place `methodName` property into `PaymentRequest` interface.

---
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/browser-payment-api/issues/4#issuecomment-221949121

Received on Thursday, 26 May 2016 18:08:02 UTC