Comparing version 1.0.7 to 1.0.8
@@ -30,3 +30,3 @@ import { CRC } from "./crc/crc"; | ||
setUrlPadraoPix(url_padrao_pix: string) { | ||
this._url_padrao_pix = url_padrao_pix | ||
this._url_padrao_pix = url_padrao_pix.replace('https://', '') | ||
} | ||
@@ -33,0 +33,0 @@ |
{ | ||
"name": "gpix", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Biblioteca escrita em nodejs para gerar br-code e qr-code do PIX.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
43199