⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 244727 in webkit


Ignore:
Timestamp:
Apr 28, 2019, 10:17:08 PM (7 years ago)
Author:
aestes@apple.com
Message:

[Apple Pay] Increment the API version from 6 to 7
https://bugs.webkit.org/show_bug.cgi?id=197041
<rdar://problem/49986625>

Reviewed by Geoffrey Garen.

  • Modules/applepay/PaymentCoordinatorClient.cpp:

(WebCore::PaymentCoordinatorClient::supportsVersion):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r244726 r244727  
     12019-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
    1122019-04-28  Andy Estes  <aestes@apple.com>
    213
  • trunk/Source/WebCore/Modules/applepay/PaymentCoordinatorClient.cpp

    r241105 r244727  
    3939#elif !ENABLE(APPLE_PAY_SESSION_V4)
    4040    static const unsigned currentVersion = 3;
     41#elif !ENABLE(APPLE_PAY_SESSION_V7)
     42    static const unsigned currentVersion = 6;
    4143#else
    42     static const unsigned currentVersion = 6;
     44    static const unsigned currentVersion = 7;
    4345#endif
    4446
Note: See TracChangeset for help on using the changeset viewer.