Changeset 202409 in webkit


Ignore:
Timestamp:
Jun 23, 2016 7:44:28 PM (8 years ago)
Author:
andersca@apple.com
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):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r202408 r202409  
     12016-06-23  Anders Carlsson  <andersca@apple.com>
     2
     3        Add "shippingType" to the list of valid payment request properties
     4        https://bugs.webkit.org/show_bug.cgi?id=159079
     5        <rdar://problem/26988429>
     6
     7        Reviewed by Dean Jackson.
     8
     9        * Modules/applepay/ApplePaySession.cpp:
     10        (WebCore::isValidPaymentRequestPropertyName):
     11
    1122016-06-23  Benjamin Poulain  <benjamin@webkit.org>
    213
  • trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp

    r202342 r202409  
    467467        "requiredShippingAddressFields",
    468468        "shippingContact",
     469        "shippingType",
    469470        "shippingMethods",
    470471        "total",
Note: See TracChangeset for help on using the changeset viewer.