Merge pull request #21509 from JMAConsulting/core_2820
[civicrm-core.git] / ext / ewaysingle / README.md
1 # ewaysingle
2
3 ![Screenshot](/images/screenshot.png)
4
5 This extension is aimed at containing the original Core eWAY (Single Currency) Payment Processor Type that is legacy. See known issues below
6
7 The extension is licensed under [AGPL-3.0](LICENSE.txt).
8
9 ## Requirements
10
11 * PHP v7.1+
12 * CiviCRM 5.31
13
14 ## Installation (Web UI)
15
16 Navigate to the Extensions Page and install the extension.
17
18 ## Installation (CLI)
19
20 To enable this extension in the CLI do the following
21
22 ```bash
23 cv en ewaysingle
24 ```
25
26 ## Usage
27
28 The eWAY (Single Currency) Payment Processor Type will show up as one of the options when your adding in a PaymentProcessor.
29
30 ## Known Issues
31
32 This Payment Processor does not do any kind of recurring payments at all for that you would need another extension e.g. [Agileware Eway Recurring](https://github.com/agileware/au.com.agileware.ewayrecurring)