chromium/third_party/blink/renderer/modules/payments/update_payment_details_function.cc

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

#include "third_party/blink/renderer/modules/payments/update_payment_details_function.h"

#include "third_party/blink/renderer/bindings/core/v8/script_value.h"
#include "third_party/blink/renderer/modules/payments/payment_request_delegate.h"

namespace blink {

UpdatePaymentDetailsFunction::UpdatePaymentDetailsFunction(
    PaymentRequestDelegate* delegate,
    ResolveType resolve_type)
    :{}

void UpdatePaymentDetailsFunction::Trace(Visitor* visitor) const {}

ScriptValue UpdatePaymentDetailsFunction::Call(ScriptState* script_state,
                                               ScriptValue value) {}

}  // namespace blink