This bundle is used to help communicate with the Wells Fargo ACH Service
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
{
"require": {
"klinche/wells-fargo-ach-bundle": "@stable"
}
}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update