| Current Path : /var/www/html/components/com_jdonation/payments/ |
| Current File : /var/www/html/components/com_jdonation/payments/os_stripe.xml |
<?xml version="1.0" encoding="UTF-8"?>
<install version="4.0" type="plugin" group="payment">
<name>os_stripe</name>
<title>Stripe</title>
<creationDate>Oct 2017</creationDate>
<author>Dang Thuc Dam</author>
<authorEmail>damdt@joomdonation.com</authorEmail>
<authorUrl>http://www.joomdonation.com</authorUrl>
<copyright>Copyright (C) 2012 - 2016 Ossolution Team</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<version>4.0</version>
<description>Stripe Payment Plugin For Joom Donation extension</description>
<config>
<fields name="params">
<fieldset name="basic">
<field name="stripe_public_key" type="text" size="60" label="Public API Key" description="API Key" default=""></field>
<field name="stripe_api_key" type="text" size="60" label="Secret API Key" description="API Key" default=""></field>
<field
name="use_stripe_card_element"
type="radio"
label="Use Stripe Card Element"
description="Set to Yes to use Stripe Card Element (https://stripe.com/docs/stripe-js/elements/quickstart) to render credit card input form. Only works with Joom Donation 5.4.6 or higher"
class="btn-group btn-group-yesno"
default="0"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
</fieldset>
</fields>
</config>
<files>
<filename>os_stripe.php</filename>
<folder>stripe</folder>
</files>
</install>