mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update docs
This commit is contained in:
parent
615da3672c
commit
e3f24607a0
@ -84,11 +84,11 @@ Follow these steps to add custom ttf fonts: ie, `Google fonts <https://www.googl
|
||||
Omnipay
|
||||
"""""""
|
||||
|
||||
We use `Omnipay <https://github.com/thephpleague/omnipay>`_ to support our payment gateway integrations.
|
||||
We use `Omnipay <https://github.com/thephpleague/omnipay#payment-gateways>`_ to support our payment gateway integrations.
|
||||
|
||||
Follow these steps to add a `custom driver <https://packagist.org/packages/omnipay/common/dependents>`_.
|
||||
Follow these steps to add a custom driver.
|
||||
|
||||
- Add the package to composer.json and then run ``composer install``
|
||||
- Run ``composer require <package_name>``
|
||||
- Add a row to the gateways table. ``name`` is used in the gateway select, ``provider`` needs to match the Omnipay driver name
|
||||
- Clear the cache by adding ``?clear_cache=true`` to the end of the URL
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user