Skip to content

Commit a86f5b6

Browse files
committed
remove redundant code
1 parent fc3d270 commit a86f5b6

File tree

1 file changed

+1
-1
lines changed
  • IPassMoneyExample/app/src/main/java/tech/cherri/ipassmoneyexample

1 file changed

+1
-1
lines changed

IPassMoneyExample/app/src/main/java/tech/cherri/ipassmoneyexample/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
public class Constants {
77

8-
public static final TPDServerType SERVER_TYPE = TPDServerType.Sandbox;;
8+
public static final TPDServerType SERVER_TYPE = TPDServerType.Sandbox;
99
public static final String TAPPAY_DOMAIN = "https://sandbox.tappaysdk.com/tpc";
1010
public static final String TAPPAY_PAY_BY_PRIME_URL = "/payment/pay-by-prime";
1111
public static final String FRONTEND_REDIRECT_URL_EXAMPLE = "https://example.com/front-end-redirect";

0 commit comments

Comments
 (0)