Libreria pa Transacciones
=========================
Libreria base para generar transacciones REQUEST Y RESPONSE con TBKAAS

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require ctala/transaccion-default
```

or add

```
"ctala/transaccion-default": "*"
```

to the require section of your `composer.json` file.

