UNPKG

mercadopago

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