Changeset 244727 in webkit
- Timestamp:
- Apr 28, 2019, 10:17:08 PM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Modules/applepay/PaymentCoordinatorClient.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r244726 r244727 1 2019-04-28 Andy Estes <aestes@apple.com> 2 3 [Apple Pay] Increment the API version from 6 to 7 4 https://bugs.webkit.org/show_bug.cgi?id=197041 5 <rdar://problem/49986625> 6 7 Reviewed by Geoffrey Garen. 8 9 * Modules/applepay/PaymentCoordinatorClient.cpp: 10 (WebCore::PaymentCoordinatorClient::supportsVersion): 11 1 12 2019-04-28 Andy Estes <aestes@apple.com> 2 13 -
trunk/Source/WebCore/Modules/applepay/PaymentCoordinatorClient.cpp
r241105 r244727 39 39 #elif !ENABLE(APPLE_PAY_SESSION_V4) 40 40 static const unsigned currentVersion = 3; 41 #elif !ENABLE(APPLE_PAY_SESSION_V7) 42 static const unsigned currentVersion = 6; 41 43 #else 42 static const unsigned currentVersion = 6;44 static const unsigned currentVersion = 7; 43 45 #endif 44 46
Note:
See TracChangeset
for help on using the changeset viewer.