Update docs

This commit is contained in:
Hillel Coren 2017-11-10 12:46:23 +02:00
parent 443c2193d5
commit b6a762c1fb

View File

@ -86,7 +86,7 @@ Omnipay
We use `Omnipay <https://github.com/thephpleague/omnipay-braintree>`_ to support our payment gateway integrations. We use `Omnipay <https://github.com/thephpleague/omnipay-braintree>`_ to support our payment gateway integrations.
Follow these steps to add a driver. Follow these steps to add a `custom driver<https://packagist.org/packages/omnipay/common/dependents>`_.
- Add the package to composer.json and then run ``composer install`` - Add the package to composer.json and then run ``composer install``
- Add a row to the gateways table. ``name`` is used in the gateway select, ``provider`` needs to match the Omnipay driver name - Add a row to the gateways table. ``name`` is used in the gateway select, ``provider`` needs to match the Omnipay driver name