-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayment_nextpay.xml
37 lines (36 loc) · 1.83 KB
/
payment_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
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="j2store" method="upgrade">
<name>Nextpay Payment</name>
<version>1.0</version>
<creationDate>2017</creationDate>
<author>NextPay Co</author>
<authorEmail>info@nextpay.ir</authorEmail>
<authorUrl>https://nextpay.ir</authorUrl>
<copyright>2017 J2Store . All rights reserved. </copyright>
<license>GNU General Public License v2 or later</license>
<description>J2STORE_NEXTPAY_PLUGINDESC</description>
<scriptfile>script.payment_nextpay.php</scriptfile>
<files>
<filename plugin="payment_nextpay">payment_nextpay.php</filename>
<filename>payment_nextpay.xml</filename>
<filename>index.html</filename>
<folder>payment_nextpay</folder>
</files>
<languages folder="language/fa-IR/">
<language tag="fa-IR">fa-IR.plg_j2store_payment_nextpay.ini</language>
<language tag="fa-IR">fa-IR.plg_j2store_payment_nextpay.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="display_name" type="text" size="30" default="" label="j2store_plugin_display_name" description="j2store_plugin_display_name_desc"/>
<field name="api_key" type="text" size="30" default="" lable="J2STORE_NEXTPAY_API_CODE_LABEL" description="J2STORE_NEXTPAY_API_CODE_DESC" />
<field name="payment_status" type="list" default="1" label="J2STORE_NEXTPAY_PAYMENT_STATUS_LABEL" description="J2STORE_NEXTPAY_PAYMENT_STATUS_DESC">
<option value="1">J2STORE_CONFIRMED</option>
<option value="4">J2STORE_PENDING</option>
<option value="3">J2STORE_FAILED</option>
</field>
</fieldset>
</fields>
</config>
</extension>