From e3f24607a0571457fdd965412e90ea46ed6267e7 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 24 Nov 2017 10:57:42 +0200 Subject: [PATCH] Update docs --- docs/configure.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configure.rst b/docs/configure.rst index 41d1075232b9..0d4933d2de8e 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -84,11 +84,11 @@ Follow these steps to add custom ttf fonts: ie, `Google fonts `_ to support our payment gateway integrations. +We use `Omnipay `_ to support our payment gateway integrations. -Follow these steps to add a `custom driver `_. +Follow these steps to add a custom driver. -- Add the package to composer.json and then run ``composer install`` +- Run ``composer require `` - 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