Your IP : 216.73.216.224


Current Path : /var/www/html/components/com_osmembership/plugins/
Upload File :
Current File : /var/www/html/components/com_osmembership/plugins/os_paypal.xml

<?xml version="1.0" encoding="UTF-8"?>
<install version="1.0" type="osmplugin" group="payment">
    <name>os_paypal</name>
    <title>Paypal</title>
    <creationDate>May 2012</creationDate>
    <author>Tuan Pham Ngoc</author>
    <authorEmail>tuanpn@joomdonation.com</authorEmail>
    <authorUrl>https://joomdonation.com</authorUrl>
    <copyright>Copyright (C) 2012 - 2026 Ossolution Team</copyright>
    <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
    <version>4.6.0</version>
    <description>Paypal Payment Plugin For Membership Pro Extension</description>
    <config>
        <fields name="params" addfieldpath="/administrator/components/com_osmembership/elements">
            <fieldset name="basic" label="Basic">
                <field name="paypal_mode" type="list" label="Payment Mode" description="Set to Test Mode Or Live Mode">
                    <option value="0">Sandbox</option>
                    <option value="1">Live</option>
                </field>
                <field name="paypal_id" type="text" size="40" label="Paypal Email"
                       description="Enter your Paypal ID or Paypal Email" default="" showon="paypal_mode:1" />
                <field name="sandbox_paypal_id" type="text" size="40" label="Sandbox Paypal Email"
                       description="Enter your Sandbox Paypal ID or Paypal Email" default="" showon="paypal_mode:0" />
                <field name="icon" type="imagelist" directory="media/com_osmembership/assets/images/paymentmethods" label="Icon"
                       description="If you want to show icon instead of payment method title on subscription form, upload it to media/com_osmembership/assets/images/paymentmethods folder and select the icon here" />
                <field name="paid_payment_subscription_status" type="list" label="Paid Payment Subscription Status" description="This should be Active by default. Only change it to Pending if you need that" default="1">
                    <option value="0">Pending</option>
                    <option value="1">Active</option>
                </field>
                <field name="paypal_locale" type="text" size="40" label="Locale" description="PayPal Locale"
                       default="en_US" />
                <field name="payment_fee_amount" type="text" label="Payment Processing Fee ($)" description="" />
                <field name="payment_fee_percent" type="text" label="Payment Processing Fee (%)" description="" />
                <field name="use_local_certs" type="list" label="Use custom certs"
                       description="Should be No by default to use PHP certs for curl. Only set to Yes if asked by our support team"
                       default="0">
                    <option value="0">No</option>
                    <option value="1">Yes</option>
                </field>
                <field name="ipn_log" type="list" label="Enable Log"
                       description="This is only used for debug purpose when requested. Please set it to No unless requested by our support team"
                       default="0">
                    <option value="0">No</option>
                    <option value="1">Yes</option>
                </field>
            </fieldset>
            <fieldset name="advanced" label="Advanced">
                <field type="note" label="If you have recurring subscription plans and want to allow subscribers to cancel recurring subscriptions from user profile, or if you want to support refund, get REST API credentials (Client ID and Client Secret) from your PayPal Developer Dashboard and enter them below" />
                <field name="client_id" type="text" label="Client ID" showon="paypal_mode:1" />
                <field name="client_secret" type="text" label="Client Secret" showon="paypal_mode:1" />

                <field name="sandbox_client_id" type="text" label="Sandbox Client ID" showon="paypal_mode:0" />
                <field name="sandbox_client_secret" type="text" label="Sandbox Client Secret" showon="paypal_mode:0" />
            </fieldset>
        </fields>
    </config>
    <files>
        <filename>os_paypal.php</filename>
    </files>
    <installsql/>
    <installfile/>
</install>