Skip to content

Commit

Permalink
Merge pull request #5709 from alphagov/revert-5703-pp-13497-temp-log-…
Browse files Browse the repository at this point in the history
…to-trigger-alert

PP-13497 - Revert "Temporarily log message to test Splunk Alert"
  • Loading branch information
marcotranchino authored Feb 5, 2025
2 parents d5ce60e + 26703e2 commit d6c85aa
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ public boolean handleNotificationFor(String ipAddress, String payload) {
logger.info("Parsed {} notification: {}", PAYMENT_GATEWAY_NAME, notification);
if (isTemporaryLoggingRequiredOnTestOnly(notification)) {
logger.info("{} notification {} is being inspected (on test only) for PP-13416. Payload: {}", PAYMENT_GATEWAY_NAME, notification, payload);
//TODO: Remove - Needed for PP-13497
if (isOfflineRefund(notification)) {
logger.info("{} notification {} PP-13497 TEST: Notification received for refund would cause an illegal state transition ", PAYMENT_GATEWAY_NAME, notification);
}
}
} catch (XMLUnmarshallerException e) {
logger.error("{} notification parsing failed: {}", PAYMENT_GATEWAY_NAME, e);
Expand Down

0 comments on commit d6c85aa

Please sign in to comment.