-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnextpay.xml
executable file
·24 lines (24 loc) · 1.04 KB
/
nextpay.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="3.0" group="gurupayment" method="upgrade">
<name>nextpay</name>
<title>nextpay</title>
<author>Nextpay Co</author>
<creationDate>May 2019</creationDate>
<copyright>Copyright 2019 Nextpay.ir</copyright>
<license>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://nextpay.ir</authorUrl>
<version>0.0.1</version>
<description>پلاگین پرداخت زرین پال برای افزونه گورو</description>
<config>
<fields name="params" addfieldpath="/plugins/gurupayment/fields">
<fieldset name="basic">
<field name="api_key" type="text" size="40" label="کلید مجوزدهی" description="کلید مجوزدهی نکست پی را وارد نمایید" default="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"></field>
</fieldset>
</fields>
</config>
<files>
<filename plugin="nextpay">nextpay.php</filename>
<filename>inputcheck.php</filename>
</files>
</extension>