Merge pull request '5240-ticket.sale-tracking_2' (!1376) from 5240-ticket.sale-tracking_2 into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1376
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
Joan Sanchez 2023-03-09 08:05:48 +00:00
commit 24f0ca5168
2 changed files with 5127 additions and 5123 deletions

View File

@ -11183,6 +11183,10 @@ CREATE TABLE `tpvTransaction` (
`errorCode` char(7) DEFAULT NULL, `errorCode` char(7) DEFAULT NULL,
`status` enum('started','ok','ko') NOT NULL DEFAULT 'started', `status` enum('started','ok','ko') NOT NULL DEFAULT 'started',
`created` timestamp NOT NULL DEFAULT current_timestamp(), `created` timestamp NOT NULL DEFAULT current_timestamp(),
`merchantParameters` text DEFAULT NULL,
`signature` varchar(255) DEFAULT NULL,
`signatureVersion` varchar(50) DEFAULT NULL,
`responseError` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
KEY `merchant_id` (`merchantFk`), KEY `merchant_id` (`merchantFk`),
KEY `receipt_id` (`receiptFk`), KEY `receipt_id` (`receiptFk`),

View File

@ -6,7 +6,7 @@
align-items: center; align-items: center;
border-radius: 50%; border-radius: 50%;
font-size: .9rem; font-size: .9rem;
width: 30px; height: 28px;
height: 30px; width: 28px;
cursor: pointer; cursor: pointer;
} }