-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzarinpal.xml
28 lines (28 loc) · 1.25 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
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="3.0" group="gurupayment" method="upgrade">
<name>zarinpal</name>
<title>zarinpal</title>
<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>[email protected]</authorEmail>
<authorUrl>http://trangell.com</authorUrl>
<version>0.0.1</version>
<description>پلاگین پرداخت زرین پال برای افزونه گورو</description>
<config>
<fields name="params" addfieldpath="/plugins/gurupayment/fields">
<fieldset name="basic">
<field name="merchant_id" type="text" size="40" label="شناسه مرچند" description="شانسه مرچند خود را وارد کنید" default=""></field>
<!-- <field name="zaringate" type="list" default="0" label="درگاه زرین گیت" description="">
<option value="0">غیر فعال</option>
<option value="1">فعال</option>
</field> -->
</fieldset>
</fields>
</config>
<files>
<filename plugin="zarinpal">zarinpal.php</filename>
<filename>trangell_inputcheck.php</filename>
</files>
</extension>