We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3d270 commit a86f5b6Copy full SHA for a86f5b6
IPassMoneyExample/app/src/main/java/tech/cherri/ipassmoneyexample/Constants.java
@@ -5,7 +5,7 @@
5
6
public class Constants {
7
8
- public static final TPDServerType SERVER_TYPE = TPDServerType.Sandbox;;
+ public static final TPDServerType SERVER_TYPE = TPDServerType.Sandbox;
9
public static final String TAPPAY_DOMAIN = "https://sandbox.tappaysdk.com/tpc";
10
public static final String TAPPAY_PAY_BY_PRIME_URL = "/payment/pay-by-prime";
11
public static final String FRONTEND_REDIRECT_URL_EXAMPLE = "https://example.com/front-end-redirect";
0 commit comments