From 2a1d49d1c41a93c69ad522d54a0592af51d4b7e0 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 22 May 2026 10:06:47 +0200 Subject: [PATCH] =?UTF-8?q?M=C3=A9todos=20de=20pago?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/catalogs/src/common/dto/payment-methods/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/catalogs/src/common/dto/payment-methods/index.ts b/modules/catalogs/src/common/dto/payment-methods/index.ts index 346dac3b..32497d2a 100644 --- a/modules/catalogs/src/common/dto/payment-methods/index.ts +++ b/modules/catalogs/src/common/dto/payment-methods/index.ts @@ -1,2 +1,3 @@ export * from "./request"; export * from "./response"; +export * from "./shared";