- From: Rouslan Solomakhin <notifications@github.com>
- Date: Thu, 26 May 2016 11:07:33 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc:
Received on Thursday, 26 May 2016 18:08:02 UTC
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