Title: [202409] trunk/Source/WebCore
Revision
202409
Author
ander...@apple.com
Date
2016-06-23 19:44:28 -0700 (Thu, 23 Jun 2016)

Log Message

Add "shippingType" to the list of valid payment request properties
https://bugs.webkit.org/show_bug.cgi?id=159079
<rdar://problem/26988429>

Reviewed by Dean Jackson.

* Modules/applepay/ApplePaySession.cpp:
(WebCore::isValidPaymentRequestPropertyName):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (202408 => 202409)


--- trunk/Source/WebCore/ChangeLog	2016-06-24 02:38:00 UTC (rev 202408)
+++ trunk/Source/WebCore/ChangeLog	2016-06-24 02:44:28 UTC (rev 202409)
@@ -1,3 +1,14 @@
+2016-06-23  Anders Carlsson  <ander...@apple.com>
+
+        Add "shippingType" to the list of valid payment request properties
+        https://bugs.webkit.org/show_bug.cgi?id=159079
+        <rdar://problem/26988429>
+
+        Reviewed by Dean Jackson.
+
+        * Modules/applepay/ApplePaySession.cpp:
+        (WebCore::isValidPaymentRequestPropertyName):
+
 2016-06-23  Benjamin Poulain  <benja...@webkit.org>
 
         Specialize synchronous event tracking per event type

Modified: trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp (202408 => 202409)


--- trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp	2016-06-24 02:38:00 UTC (rev 202408)
+++ trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp	2016-06-24 02:44:28 UTC (rev 202409)
@@ -466,6 +466,7 @@
         "billingContact",
         "requiredShippingAddressFields",
         "shippingContact",
+        "shippingType",
         "shippingMethods",
         "total",
         "lineItems",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to