X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/payment/gateway/paypal/db
home
/
cbholdings
/
pasukulu
/
payment
/
gateway
/
paypal
/
db
/
📁
..
📄
install.php
(1.21 KB)
📄
install.xml
(928 B)
📄
services.php
(1.62 KB)
📄
upgrade.php
(1.93 KB)
Editing: install.xml
<?xml version="1.0" encoding="UTF-8" ?> <XMLDB PATH="payment/gateway/paypal/db" VERSION="20201216" COMMENT="XMLDB file for PayPal payment gateway plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../lib/xmldb/xmldb.xsd" > <TABLES> <TABLE NAME="paygw_paypal" COMMENT="Stores PayPal related information"> <FIELDS> <FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="true"/> <FIELD NAME="paymentid" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="false"/> <FIELD NAME="pp_orderid" TYPE="char" LENGTH="255" NOTNULL="true" DEFAULT="The ID of the order in PayPal" SEQUENCE="false"/> </FIELDS> <KEYS> <KEY NAME="primary" TYPE="primary" FIELDS="id"/> <KEY NAME="paymentid" TYPE="foreign-unique" FIELDS="paymentid" REFTABLE="payments" REFFIELDS="id"/> </KEYS> </TABLE> </TABLES> </XMLDB>
Upload File
Create Folder