Merge pull request #22664 from braders/membershipview-default-values
[civicrm-core.git] / ext / ewaysingle / README.md
CommitLineData
ae1baeec
SL
1# ewaysingle
2
3![Screenshot](/images/screenshot.png)
4
68f481e6 5This extension is aimed at containing the original Core eWAY (Single Currency) Payment Processor Type that is legacy. See known issues below
ae1baeec
SL
6
7The extension is licensed under [AGPL-3.0](LICENSE.txt).
8
9## Requirements
10
68f481e6
SL
11* PHP v7.1+
12* CiviCRM 5.31
ae1baeec
SL
13
14## Installation (Web UI)
15
68f481e6 16Navigate to the Extensions Page and install the extension.
ae1baeec 17
68f481e6 18## Installation (CLI)
ae1baeec 19
68f481e6 20To enable this extension in the CLI do the following
ae1baeec
SL
21
22```bash
ae1baeec
SL
23cv en ewaysingle
24```
25
26## Usage
27
68f481e6 28The eWAY (Single Currency) Payment Processor Type will show up as one of the options when your adding in a PaymentProcessor.
ae1baeec
SL
29
30## Known Issues
31
68f481e6 32This 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)