Changeset 209823 in webkit


Ignore:
Timestamp:
Dec 14, 2016, 12:42:52 PM (9 years ago)
Author:
weinig@apple.com
Message:

Actually set the shipping contact when validating the payment request

Reviewed by Anders Carlsson.

  • Modules/applepay/ApplePaySession.cpp:

(WebCore::convertAndValidate):
Fix typo.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r209822 r209823  
     12016-12-14  Sam Weinig  <sam@webkit.org>
     2
     3        Actually set the shipping contact when validating the payment request
     4
     5        Reviewed by Anders Carlsson.
     6
     7        * Modules/applepay/ApplePaySession.cpp:
     8        (WebCore::convertAndValidate):
     9        Fix typo.
     10
    1112016-12-14  John Wilander  <wilander@apple.com>
    212
  • trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp

    r209760 r209823  
    346346            return Exception { TypeError, WTFMove(errorMessage) };
    347347
    348         result.setBillingContact(*shippingContact);
     348        result.setShippingContact(*shippingContact);
    349349    }
    350350
Note: See TracChangeset for help on using the changeset viewer.