fixed some bugs, added human friendly order number to transactions
This commit is contained in:
parent
00e0035a3d
commit
537824fdc9
4 changed files with 13 additions and 12 deletions
|
|
@ -48,6 +48,7 @@ sub convertTransactionLog {
|
|||
$session->db->write("create table transaction (
|
||||
transactionId varchar(22) binary not null primary key,
|
||||
isSuccessful bool not null default 0,
|
||||
orderNumber int not null auto_increment unique,
|
||||
transactionCode varchar(100),
|
||||
statusCode varchar(35),
|
||||
statusMessage varchar(100),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue