Skip to content

Instantly share code, notes, and snippets.

View allamgr's full-sized avatar

Allam Galan Rosa allamgr

View GitHub Profile
@allamgr
allamgr / dominican.js
Created February 10, 2022 03:43
Dominican Javascript Utils
// Estas cedulas fueron emitidas por la JCE, pero no cumplen con el
// digito verificador, por lo cual deben ser verificadas por separado.
export const excepcionesCedulas = [
'00000000018',
'11111111123',
'00100759932',
'00105606543',
'00114272360',
'00200123640',
'00200409772',
@allamgr
allamgr / AzulPaymentGateway.php
Created December 8, 2016 22:46 — forked from lupena/AzulPaymentGateway.php
Class to handle Azul Payment Gateway Methods / Banco Popular Dominicano BPD / Azul.com.do
/**
* PHP version 5
* @package AzulPaymentGateway
* @author ideologic SRL <touch@ideologic.do>
* @since File available since Release 1
*/
<?php namespace App;
// use Illuminate\Database\Eloquent\Model;
// use DB;