Table paypal payment status history
From Zen Cart(tm) Wiki
Revision as of 17:08, 8 September 2006 by Allcanadiansearch.ca (Talk | contribs)
Contents |
Database Version
- 1.3.5
Description
Table Details
Primary Key
Indexed Fields
Columns
payment_status_history_id 
- A unique, auto incremented value, to identify each paypal payment status history record.
Type: int(11) Null: No Default: Extra: auto_increment
paypal_ipn_id 
Type: int(11) Null: No Default: 0
txn_id
Type: varchar(64) Null: No Default:
parent_txn_id
Type: varchar(64) Null: No Default:
payment_status
Type: varchar(17) Null: No Default:
pending_reason
Type: varchar(14) Null: Yes Default: NULL
date_added
- The date and time the record was added.
Type: datetime Null: No Default: 0001-01-01 00:00:00
Default Entries
- None.
