Skip to content

Commit

Permalink
Merge pull request #2 from Mastercard-Gateway/hotfix/1.1.2
Browse files Browse the repository at this point in the history
adding india region prefix
  • Loading branch information
jhutch86 committed Feb 4, 2020
2 parents f47a422 + 6369a2e commit a3b7946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ task clean(type: Delete) {
}

ext {
libraryVersionName = '1.1.1'
libraryVersionName = '1.1.2'
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public enum Region {
ASIA_PACIFIC("ap-"),
EUROPE("eu-"),
NORTH_AMERICA("na-"),
INDIA("in."),
MTF("test-");

String prefix;
Expand Down

0 comments on commit a3b7946

Please sign in to comment.