Commit | Line | Data |
---|---|---|
ae1baeec SL |
1 | <?xml version="1.0"?> |
2 | <extension key="ewaysingle" type="module"> | |
3 | <file>ewaysingle</file> | |
4 | <name>eway Single currency extension</name> | |
5 | <description>Extension to contain the eWAY single currency Payment Processor.</description> | |
6 | <license>AGPL-3.0</license> | |
7 | <maintainer> | |
8 | <author>Seamus Lee</author> | |
9 | <email>seamuslee001@gmail.com</email> | |
10 | </maintainer> | |
11 | <urls> | |
68f481e6 SL |
12 | <url desc="Main Extension Page">https://github.com/civicrm/civicrm-core/blob/master/ext/ewayrecurring</url> |
13 | <url desc="Documentation">https://github.com/civicrm/civicrm-core/blob/master/ext/ewayrecurring</url> | |
14 | <url desc="Support">https://github.com/civicrm/civicrm-core/blob/master/ext/ewayrecurring</url> | |
ae1baeec SL |
15 | <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> |
16 | </urls> | |
68f481e6 | 17 | <releaseDate>2020-10-07</releaseDate> |
ae1baeec | 18 | <version>1.0</version> |
89808b94 SL |
19 | <tags> |
20 | <tag>mgmt:hidden</tag> | |
21 | </tags> | |
68f481e6 | 22 | <develStage>stable</develStage> |
ae1baeec | 23 | <compatibility> |
68f481e6 | 24 | <ver>5.31</ver> |
ae1baeec | 25 | </compatibility> |
68f481e6 | 26 | <comments>This is an extension to contain the eWAY Single Currency Payment Processor</comments> |
ae1baeec SL |
27 | <classloader> |
28 | <psr4 prefix="Civi\" path="Civi"/> | |
29 | </classloader> | |
30 | <civix> | |
31 | <namespace>CRM/Ewaysingle</namespace> | |
32 | </civix> | |
33 | </extension> |