Skip to content

Instantly share code, notes, and snippets.

View juniorschroder's full-sized avatar

José Carlos Schröder Júnior juniorschroder

View GitHub Profile
@juniorschroder
juniorschroder / Juno.js
Last active May 13, 2022 21:15
Juno.js - No device/Emulador erro, rodando com depuraçao de JS funciona o.O
let Juno = {}
function Card() {
var self = this;
this.mask = {
DEFAULT_CC: '0000 0000 0000 0000',
DEFAULT_CVC: '000',
}
this.type = {
VISA: {
@juniorschroder
juniorschroder / Juno.js
Created August 7, 2019 03:41
JUNO - starup para processar pagamentos via boleto e cartao de credito
let Juno = {}
function Card() {
var self = this;
this.mask = {
DEFAULT_CC: '0000 0000 0000 0000',
DEFAULT_CVC: '000',
}
this.type = {
VISA: {