rvprueba
v1.1.18
Published
Paquete npm de prueba para consumir los servicios de timbrado de Real Virtual
Downloads
2,402
Maintainers
Readme
rvprueba
One of the first to offer stamping services on npmjs
Test npm package for consuming Real Virtual’s stamping services
Installing
npm install rvprueba
Once the package is installed, you can import the library using import or require approach:
ES Modules
import rvprueba from 'rvprueba';
import { GetTicket } from 'rvprueba';
CommonJS
const rvprueba = require('rvprueba');
const GetTicket = require('rvprueba').GetTicket;
To use the stamping services in production, you must be our client and have a stamping username and password.
Example
If you wish to stamp your invoice, you must convert your XML to base64 and use:
GetTicket('username', 'pass', 'XMLBase64')