-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpayment_agate.xml
More file actions
executable file
·35 lines (35 loc) · 1.6 KB
/
payment_agate.xml
File metadata and controls
executable file
·35 lines (35 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="j2store" method="upgrade">
<name>Agate Payment for j2store</name>
<version>2</version>
<creationDate>08.05.2018</creationDate>
<author>Agate</author>
<authorEmail>info@agate.io</authorEmail>
<authorUrl>https://www.agate.services/</authorUrl>
<copyright>Agate</copyright>
<description>J2STORE_AGATE_PAYMENT_DESC</description>
<scriptfile>script.payment_agate.php</scriptfile>
<files>
<filename plugin="payment_agate">payment_agate.php</filename>
<filename>index.html</filename>
<folder>helpers</folder>
<folder>payment_agate</folder>
<folder>validation</folder>
</files>
<languages folder="admin">
<language tag="en-GB">languages/en-GB.plg_j2store_payment_agate.ini</language>
<language tag="en-GB">languages/en-GB.plg_j2store_payment_agate.sys.ini</language>
</languages>
<media folder="/" destination="j2store/images/payment/agate">
<filename>icon.png</filename>
</media>
<config>
<fields name="params">
<fieldset name="basic" addrulepath="plugins/j2store/payment_agate/validation">
<field name="display_name" type="text" size="30" default="Agate Payment" label="j2store_plugin_display_name" description="j2store_plugin_display_name_desc" required="required" />
<field type="spacer" />
<field name="api_key" type="text" default="" label="API KEY" description="Api Key" required="required" />
</fieldset>
</fields>
</config>
</extension>