| 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 : /inetpub/wwwroot/Topogeo/ojs/plugins/paymethod/paypal/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE schema SYSTEM "../../../lib/pkp/dtd/xmlSchema.dtd"> <!-- * schema.xml * * Copyright (c) 2003-2012 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * PayPal plugin schema in XML. * * $Id$ --> <schema version="0.2"> <!-- * * TABLE paypal_transactions * --> <table name="paypal_transactions"> <field name="txn_id" type="C2" size="17"> <KEY/> </field> <field name="txn_type" type="C2" size="20" /> <field name="payer_email" type="C2" size="127" /> <field name="receiver_email" type="C2" size="127" /> <field name="item_number" type="C2" size="127" /> <field name="payment_date" type="C2" size="127" /> <field name="payer_id" type="C2" size="13" /> <field name="receiver_id" type="C2" size="13" /> <descr>Paypal transactions</descr> </table> </schema>