From 6f2309669b5edf896483418b93918b1cd8e5fd04 Mon Sep 17 00:00:00 2001 From: Stephan D Date: Fri, 26 Dec 2025 19:18:35 +0100 Subject: [PATCH] temp restrictions removal + better request callback logging --- api/gateway/mntx/internal/service/gateway/card_processor.go | 2 +- frontend/pweb/caddy/Caddyfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/gateway/mntx/internal/service/gateway/card_processor.go b/api/gateway/mntx/internal/service/gateway/card_processor.go index 398c8f7..857e736 100644 --- a/api/gateway/mntx/internal/service/gateway/card_processor.go +++ b/api/gateway/mntx/internal/service/gateway/card_processor.go @@ -357,7 +357,7 @@ func (p *cardPayoutProcessor) ProcessCallback(ctx context.Context, payload []byt p.emitCardPayoutEvent(state) monetix.ObserveCallback(statusLabel) - p.logger.Debug("Monetix payout callback processed", + p.logger.Info("Monetix payout callback processed", zap.String("payout_id", state.GetPayoutId()), zap.String("status", statusLabel), zap.String("provider_code", state.GetProviderCode()), diff --git a/frontend/pweb/caddy/Caddyfile b/frontend/pweb/caddy/Caddyfile index 966c834..4b3246d 100644 --- a/frontend/pweb/caddy/Caddyfile +++ b/frontend/pweb/caddy/Caddyfile @@ -39,7 +39,7 @@ @monetixSuccess { path /gateway/m/success* method POST - remote_ip 88.218.112.16 88.218.112.16/32 88.218.113.16 88.218.113.16/32 93.179.90.141 93.179.90.128/25 93.179.90.161 93.179.91.0/24 178.57.67.47 178.57.66.128/25 178.57.67.154 178.57.67.0/24 178.57.68.244 + # remote_ip 88.218.112.16 88.218.112.16/32 88.218.113.16 88.218.113.16/32 93.179.90.141 93.179.90.128/25 93.179.90.161 93.179.91.0/24 178.57.67.47 178.57.66.128/25 178.57.67.154 178.57.67.0/24 178.57.68.244 } handle @monetixSuccess { rewrite * /monetix/callback @@ -50,7 +50,7 @@ @monetixFail { path /gateway/m/fail* method POST - remote_ip 88.218.112.16 88.218.112.16/32 88.218.113.16 88.218.113.16/32 93.179.90.141 93.179.90.128/25 93.179.90.161 93.179.91.0/24 178.57.67.47 178.57.66.128/25 178.57.67.154 178.57.67.0/24 178.57.68.244 + # remote_ip 88.218.112.16 88.218.112.16/32 88.218.113.16 88.218.113.16/32 93.179.90.141 93.179.90.128/25 93.179.90.161 93.179.91.0/24 178.57.67.47 178.57.66.128/25 178.57.67.154 178.57.67.0/24 178.57.68.244 } handle @monetixFail { rewrite * /monetix/callback