parent
3e5442c40b
commit
2e32dfddc4
|
@ -255,7 +255,7 @@ INSERT INTO vn.operator (workerFk, numberOfWagons, trainFk, itemPackingTypeFk, w
|
||||||
(9, 1, 1, 'V', 1);
|
(9, 1, 1, 'V', 1);
|
||||||
*/
|
*/
|
||||||
-- XXX: web
|
-- XXX: web
|
||||||
|
/* #5483
|
||||||
INSERT INTO `hedera`.`config` (`cookieLife`, `defaultForm`)
|
INSERT INTO `hedera`.`config` (`cookieLife`, `defaultForm`)
|
||||||
VALUES (15,'cms/home');
|
VALUES (15,'cms/home');
|
||||||
|
|
||||||
|
@ -274,7 +274,7 @@ UPDATE `vn`.`agencyMode` SET `description` = `name`;
|
||||||
|
|
||||||
INSERT INTO `hedera`.`tpvConfig` (currency, terminal, transactionType, maxAmount, employeeFk, `url`, testMode, testUrl, testKey, merchantUrl)
|
INSERT INTO `hedera`.`tpvConfig` (currency, terminal, transactionType, maxAmount, employeeFk, `url`, testMode, testUrl, testKey, merchantUrl)
|
||||||
VALUES (978, 1, 0, 2000, 9, 'https://sis.redsys.es/sis/realizarPago', 0, 'https://sis-t.redsys.es:25443/sis/realizarPago', 'sq7HjrUOBfKmC576ILgskD5srU870gJ7', NULL);
|
VALUES (978, 1, 0, 2000, 9, 'https://sis.redsys.es/sis/realizarPago', 0, 'https://sis-t.redsys.es:25443/sis/realizarPago', 'sq7HjrUOBfKmC576ILgskD5srU870gJ7', NULL);
|
||||||
|
*/
|
||||||
INSERT INTO hedera.tpvMerchantEnable (merchantFk, companyFk)
|
INSERT INTO hedera.tpvMerchantEnable (merchantFk, companyFk)
|
||||||
VALUES (1, 442);
|
VALUES (1, 442);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue