Improved payment handling
This commit is contained in:
@@ -23,6 +23,6 @@ func (a *NotificationAPI) onConfirmationCode(ctx context.Context, account *model
|
||||
a.logger.Warn("Failed to send confirmation code email", zap.Error(err), mzap.Login(account))
|
||||
return err
|
||||
}
|
||||
a.logger.Info("Confirmation code email sent", mzap.Login(account), zap.String("destination", target), zap.String("target", string(purpose)))
|
||||
a.logger.Info("Confirmation code email sent", mzap.Login(account), mzap.MaskEmail("destination", target), zap.String("target", string(purpose)))
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user