-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeepincrm.xml
executable file
·34 lines (34 loc) · 1.17 KB
/
keepincrm.xml
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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin" group="vmpayment" method="upgrade">
<name>KeepinCRM Virtuemart Integration</name>
<author>KEEPINCRM.COM</author>
<creationDate>Apr 2022</creationDate>
<copyright>(C) 2017 KeepinCRM All rights reserved.</copyright>
<license>NON-Commercial</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>keepincrm.com</authorUrl>
<version>1.0.7</version>
<description>Create KeepinCRM agreement based on customer's order</description>
<files>
<filename plugin="keepincrm">keepincrm.php</filename>
<filename>keepincrmkey.php</filename>
</files>
<config>
<fields name="params" addrulepath="plugins/vmpayment/keepincrm">
<fieldset name="basic">
<field name="keepincrm_api_key" type="text"
default=""
label="Api-key"
size="60"
validate="keepincrmkey"
required="true"
/>
<field name="keepincrm_source_id" type="text"
default=""
label="Source ID"
size="20"
/>
</fieldset>
</fields>
</config>
</extension>