chromium/components/autofill/core/browser/payments/test/test_credit_card_otp_authenticator.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/autofill/core/browser/payments/test/test_credit_card_otp_authenticator.h"

#include "components/autofill/core/browser/autofill_client.h"
#include "components/autofill/core/browser/autofill_driver.h"

namespace autofill {

TestCreditCardOtpAuthenticator::TestCreditCardOtpAuthenticator(
    AutofillClient* client)
    :{}

TestCreditCardOtpAuthenticator::~TestCreditCardOtpAuthenticator() = default;

void TestCreditCardOtpAuthenticator::OnChallengeOptionSelected(
    const CreditCard* card,
    const CardUnmaskChallengeOption& selected_challenge_option,
    base::WeakPtr<Requester> requester,
    const std::string& context_token,
    int64_t billing_customer_number) {}

void TestCreditCardOtpAuthenticator::Reset() {}

}  // namespace autofill