Skip to content

Commit

Permalink
campos de testes privados
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Condoyannis committed Jun 7, 2023
1 parent 550e6e4 commit 5be31a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/com/maxipago/MaxiPagoTestWiremock.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

@RunWith(MockitoJUnitRunner.class)
public class MaxiPagoTestWiremock {
String merchantId = "11631";
String merchantKey = "hbsjs242px5vzpnmqu04xcd2";
private static String merchantId = "11631";
private static String merchantKey = "hbsjs242px5vzpnmqu04xcd2";
private static String CAPTURED_RESPONSE="capturedResponse.xml";
private static String RAPI_RESPONSE="rapiResponse.xml";
private static String CARDONFILE_RESPONSE="cardOnFileResponse.xml";
Expand Down

0 comments on commit 5be31a7

Please sign in to comment.