Changeset 209823 in webkit
- Timestamp:
- Dec 14, 2016, 12:42:52 PM (9 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r209822 r209823 1 2016-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 1 11 2016-12-14 John Wilander <wilander@apple.com> 2 12 -
trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp
r209760 r209823 346 346 return Exception { TypeError, WTFMove(errorMessage) }; 347 347 348 result.set BillingContact(*shippingContact);348 result.setShippingContact(*shippingContact); 349 349 } 350 350
Note:
See TracChangeset
for help on using the changeset viewer.