Skip to content

Commit

Permalink
Merge pull request alphagov#2879 from alphagov/PP-7938-fix-connector-…
Browse files Browse the repository at this point in the history
…build

PP-7938: Use new pay-java-commons coordinates
  • Loading branch information
oswaldquek authored Mar 29, 2021
2 parents 568b231 + ef90b89 commit 07959a9
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@
import static java.lang.Runtime.getRuntime;
import static java.lang.String.format;
import static java.util.Optional.ofNullable;
import static net.logstash.logback.argument.StructuredArguments.kv;
import static org.apache.commons.lang3.StringUtils.isBlank;
import static org.apache.commons.lang3.StringUtils.isNotBlank;
import static uk.gov.pay.connector.gatewayaccount.model.EmailCollectionMode.OFF;
import static uk.gov.pay.connector.gatewayaccount.model.EmailCollectionMode.OPTIONAL;
import static uk.gov.pay.logging.LoggingKeys.GATEWAY_ACCOUNT_ID;
import static uk.gov.pay.logging.LoggingKeys.PAYMENT_EXTERNAL_ID;
import static uk.gov.service.payments.logging.LoggingKeys.GATEWAY_ACCOUNT_ID;
import static uk.gov.service.payments.logging.LoggingKeys.PAYMENT_EXTERNAL_ID;


public class UserNotificationService {
Expand Down

0 comments on commit 07959a9

Please sign in to comment.