UNPKG

mercadopago

Version:
10 lines (9 loc) 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = get; const restClient_1 = require("../../../utils/restClient"); function get({ config }) { return restClient_1.RestClient.fetch('/v1/payment_methods', Object.assign({ headers: { 'Authorization': `Bearer ${config.accessToken}` } }, config.options)); }