Skip to content

Commit

Permalink
PayUmoney PnP SDK v1.6.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul-Hooda committed Oct 23, 2020
1 parent 9f323ba commit 4d0d95e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ dependencies {
implementation 'com.android.support:cardview-v7:28.0.0'
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.payumoney.sdkui:plug-n-play:1.6.0'
implementation 'com.payumoney.sdkui:plug-n-play:1.6.1'
implementation 'com.android.support:design:28.0.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ public class AppPreference {
private String dummyEmail = "[email protected]";//"";//[email protected]
private String productInfo ="product_info";// "product_info";
private String firstName = "firstname"; //"firstname";
private boolean isOverrideResultScreen = true;
private boolean isOverrideResultScreen = false;

public static final String USER_EMAIL = "user_email";
public static final String USER_MOBILE = "user_mobile";
public static final String PHONE_PATTERN = "^[987]\\d{9}$";
public static final String PHONE_PATTERN = "^[1-9]\\d{9}$";
public static final long MENU_DELAY = 300;
public static String USER_DETAILS = "user_details";
public static int selectedTheme = -1;
Expand Down

0 comments on commit 4d0d95e

Please sign in to comment.