blob: 818f4d79c36bfc862d852be77aac2352a8610951 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/payments/core/method_strings.h"
namespace payments {
namespace methods {
// Please keep the list alphabetized.
const char kAndroidPay[] = "https://android.com/pay";
const char kBasicCard[] = "basic-card";
const char kGooglePay[] = "https://google.com/pay";
const char kGooglePlayBilling[] = "https://play.google.com/billing";
const char kSecurePaymentConfirmation[] = "secure-payment-confirmation";
} // namespace methods
} // namespace payments