temp restrictions removal + better request callback logging

This commit is contained in:
Stephan D
2025-12-26 19:18:35 +01:00
parent dbd06a4162
commit 6f2309669b
2 changed files with 3 additions and 3 deletions

View File

@@ -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()),