Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
76 changes: 38 additions & 38 deletions ...ins/easysocialpoints/easysocialpoints.xml → ...cod/easysocialpoints/easysocialpoints.xml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.0" type="plugin" group="payment" method="upgrade">
<name>Payment - EasySocial Points</name>
<author>TechJoomla</author>
<copyright>Techjoomla. All Rights Reserved.</copyright>
<authorEmail>extensions@techjoomla.com</authorEmail>
<authorUrl>http://www.techjoomla.com</authorUrl>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<creationDate>28th Aug 2014</creationDate>
<version>1.0</version>
<description>EasySocial Points Payments plugin for Common Payments Gateway by Techjoomla.</description>
<files>
<filename plugin="easysocialpoints">easysocialpoints.php</filename>
<folder>easysocialpoints</folder>
</files>
<languages>
<language tag="en-GB">en-GB/en-GB.plg_payment_easysocialpoints.ini</language>
</languages>
<config name="params">
<fields name="params">
<fieldset name="basic">
<field name="conversion" type="text" size="10" default="10" label="PLG_EASYSOCIALPOINT_CON_AMT" description="PLG_EASYSOCIALPOINTCON_AMT_DESC"/>
<field name="points" type="hidden" default="point"/>
<field name="plugin_name" type="text" default="EasySocial Points" label="PLG_EASYSOCIALPOINT_NAME" description="PLG_EASYSOCIALPOINT_NAME_DESC" />
<field name="log_write" type="radio" default="0" label="PLG_AUTHONET_WRITE_LOG" description="PLG_AUTHONET_WRITE_LOG_DESC">
<option value="0">P_NO</option>
<option value="1">P_YES</option>
</field>
</fieldset>
</fields>
</config>
</extension>
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.0" type="plugin" group="payment" method="upgrade">
<name>Payment - EasySocial Points</name>

<author>TechJoomla</author>
<copyright>Techjoomla. All Rights Reserved.</copyright>
<authorEmail>extensions@techjoomla.com</authorEmail>
<authorUrl>http://www.techjoomla.com</authorUrl>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>

<creationDate>28th Aug 2014</creationDate>
<version>1.0</version>

<description>EasySocial Points Payments plugin for Common Payments Gateway by Techjoomla.</description>

<files>
<filename plugin="easysocialpoints">easysocialpoints.php</filename>
<folder>easysocialpoints</folder>
</files>

<languages>
<language tag="en-GB">en-GB/en-GB.plg_payment_easysocialpoints.ini</language>
</languages>

<config name="params">
<fields name="params">
<fieldset name="basic">
<field name="conversion" type="text" size="10" default="10" label="PLG_EASYSOCIALPOINT_CON_AMT" description="PLG_EASYSOCIALPOINTCON_AMT_DESC"/>
<field name="points" type="hidden" default="point"/>
<field name="plugin_name" type="text" default="EasySocial Points" label="PLG_EASYSOCIALPOINT_NAME" description="PLG_EASYSOCIALPOINT_NAME_DESC" />
<field name="log_write" type="radio" default="0" label="PLG_AUTHONET_WRITE_LOG" description="PLG_AUTHONET_WRITE_LOG_DESC">
<option value="0">P_NO</option>
<option value="1">P_YES</option>
</field>
</fieldset>
</fields>
</config>
</extension>
File renamed without changes.