53616 e 55159 - Espec Estorno de Transação MobiPix

bug#al-1331
dev:
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@114645 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdir 2022-10-07 13:28:14 +00:00
parent 25b2547ae8
commit 8af71ad093
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,6 @@
declare
begin
execute immediate 'UPDATE CONSTANTE SET VALORCONSTANTE = ''/transactions/void'' where constante_id = (select constante_id from constante where nombconstante like ''MP05_PATH_ESTORNO_MOBIPIX'') ';
exception when others then null;
end;
/

View File

@ -0,0 +1,5 @@
DO $$
BEGIN
UPDATE CONSTANTE SET VALORCONSTANTE = '/transactions/void' where constante_id = (select constante_id from constante where nombconstante like 'MP05_PATH_ESTORNO_MOBIPIX');
END
$$;