"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAccountPayRefunds = void 0; const pay_1 = require("../utils/pay"); async function getAccountPayRefunds(params, context) { return (0, pay_1.getAccountPayRefunds)(context, params.accountId, params.price); } exports.getAccountPayRefunds = getAccountPayRefunds;