forked from shahryarjb/virtuemart-zarinpal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zarinpal.xml
30 lines (28 loc) · 1.29 KB
/
zarinpal.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
<?xml version="1.0" encoding="UTF-8" ?>
<extension version="3.6" type="plugin" group="vmpayment" method="upgrade">
<name>zarinpal</name>
<author>Trangell</author>
<creationDate>Aug 2017</creationDate>
<copyright>Copyright 2017 Trangell Team</copyright>
<license>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2</license>
<authorEmail>info@trangell.com</authorEmail>
<authorUrl>http://trangell.com</authorUrl>
<version>0.0.1</version>
<description>پلاگین پرداخت برای ویرچومارت</description>
<files>
<filename plugin="zarinpal">zarinpal.php</filename>
<folder>helper</folder>
<folder>zarinpal</folder>
</files>
<vmconfig>
<fields name="params">
<fieldset name="payment" addfieldpath="/administrator/components/com_virtuemart/fields">
<field name="merchant_id" type="text" size="40" label="شناسه مرچند" description="شانسه مرچند خود را وارد کنید" default=""/>
<field name="zaringate" type="radio" default="0" label="درگاه زرین گیت" description="">
<option value="0">غیر فعال</option>
<option value="1">فعال</option>
</field>
</fieldset>
</fields>
</vmconfig>
</extension>