| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/Libteiser - Ojs/ojs2/plugins/paymethod/paypal/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE data SYSTEM "../../../dbscripts/xml/dtd/xmldata.dtd">
<!--
* data.xml
*
* Copyright (c) 2003-2009 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Paypal email templates data XML file.
*
-->
<data>
<sql><!-- Make sure duplicate inserts are not attempted i.e. on upgrade-->
<query>DELETE FROM email_templates_default WHERE email_key = 'PAYPAL_INVESTIGATE_PAYMENT'</query>
<query>DELETE FROM email_templates_default_data WHERE email_key = 'PAYPAL_INVESTIGATE_PAYMENT'</query>
</sql>
<table name="email_templates_default">
<row>
<field name="email_key">PAYPAL_INVESTIGATE_PAYMENT</field>
<field name="can_edit">1</field>
<field name="can_disable">0</field>
</row>
</table>
<table name="email_templates_default_data">
<row>
<field name="locale">en_US</field>
<field name="email_key">PAYPAL_INVESTIGATE_PAYMENT</field>
<field name="subject">Unusual PayPal Activity</field>
<field name="body">Open Journal Systems has encountered unusual activity relating to PayPal payment support for the journal {$journalName}. This activity may need further investigation or manual intervention.
This email was generated by Open Journal Systems' PayPal plugin.
Full post information for the request:
{$postInfo}
Additional information (if supplied):
{$additionalInfo}
Server vars:
{$serverVars}
</field>
<field name="description">This email template is used to notify a journal's primary contact that suspicious activity or activity requiring manual intervention was encountered by the PayPal plugin.</field>
</row>
</table>
</data>