kmk-node-pagseguro
TypeScript icon, indicating that this package has built-in type declarations

0.0.28 • Public • Published

kmk-node-pagseguro

Installation

npm install kmk-node-pagseguro

Usage

Initializing PagSeguro.Client with TypeScript

import { PagSeguro } from 'kmk-node-pagseguro'

async run(){
	let client = new PagSeguro.Client({
		environment: 'sandbox',  
		email: 'your@email.com', 
		token: 'YOUR-TOKEN', 
		currency: 'BRL'
	});
}
	

Initializing PagSeguro.Client with JavaScript

import { PagSeguro } from 'kmk-node-pagseguro'

async run(){
	let client = new PagSeguro.Client({
		environment: 'sandbox',  
		email: 'your@email.com', 
		token: 'YOUR-TOKEN', 
		currency: 'BRL'
	});
}
	

Package Sidebar

Install

npm i kmk-node-pagseguro

Weekly Downloads

4

Version

0.0.28

License

ISC

Unpacked Size

384 kB

Total Files

26

Last publish

Collaborators

  • kamikai