Cookies

Utilizamos cookies propias y de terceros para mejorar nuestros servicios.

Categorías

  • LIBROS
    • DIGITAL EPUB
    • TAPA BLANDA
  • CURSOS TALLER
    • VIDEO CURSO
    • ON LINE EN VIVO
  • SESIONES
    • LECTURA AKASHICOS
    • PSICOTERAPIA
  • GRATIS
Mostrar
por página (Total: 0)
import { MercadoPagoConfig, Preference } from 'mercadopago'; const client = new MercadoPagoConfig({ accessToken: 'YOUR_ACCESS_TOKEN' }); const preference = new Preference(client); preference.create({ body: { false, items: [ { title: 'My product', quantity: 1, unit_price: 2000 } ], } }) .then(console.log) .catch(console.log);