From f06528fdc71db20867016f29419f2150536a86b5 Mon Sep 17 00:00:00 2001 From: Ade Bateman Date: Thu, 16 Jun 2016 09:32:06 -0700 Subject: [PATCH] Remove totalAmount per telcon resolution. --- index.html | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/index.html b/index.html index 90b7c712..cca231dc 100644 --- a/index.html +++ b/index.html @@ -955,7 +955,6 @@

PaymentResponse interface

interface PaymentResponse { readonly attribute DOMString methodName; - readonly attribute PaymentCurrencyAmount totalAmount; readonly attribute object details; readonly attribute PaymentAddress? shippingAddress; readonly attribute DOMString? shippingOption; @@ -976,15 +975,6 @@

PaymentResponse interface

The payment method identifier for the payment method that the user selected to fulfil the transaction. -
totalAmount
-
- This is the amount value from the PaymentItem representing - the payment request total. This will either be the total.amount value from - the PaymentDetails dictionary for the payment request or it will - be the total.amount value from a PaymentDetailsModifier - matching the payment method identifier for the payment method that the user selected - to fulfil the transaction. -
details
A JSON-serializable object that provides a payment method specific message used by the merchant to @@ -1339,18 +1329,6 @@

User accepts the payment request algorithm

Set the methodName attribute value of response to the payment method identifier for the payment method that the user selected to accept the payment. -
  • - Let amount be the total.amount value from request@[[\details]]. -
  • -
  • - If there is a PaymentDetailsModifier modifier in the modifiers sequence - in request@[[\details]] that matches the payment method identifier for the - payment method that the user selected to accept the payment, then let amount - be the total.amount value from modifier. -
  • -
  • - Set the totalAmount attribute value of response to amount. -
  • Set the details attribute value of response to a JSON-serializable object containing the payment method specific message used by the merchant to process