GoogleChrome / samples

A repo containing samples tied to new functionality in each release of Google Chrome.
https://www.chromestatus.com/samples
Apache License 2.0
5.79k stars 2.38k forks source link

PaymentRequest: remove deprecated card issuer network as payment method #533

Open dandv opened 7 years ago

dandv commented 7 years ago

https://googlechrome.github.io/samples/paymentrequest/credit-cards/ shows the following warning in the console:

image

[Deprecation] Card issuer network ("amex", "diners", "discover", "jcb", "mastercard", "mir", "unionpay", "visa") as payment method is deprecated and will be removed in M64, around January 2018. Please use payment method name "basic-card" with issuer network in the "supportedNetworks" field instead. See https://www.chromestatus.com/features/5725727580225536 for more details.

TwitRco commented 7 years ago

Duplicate of #