Browse Source

Payment description in english appended

master
Preyea Regmi 5 years ago
parent
commit
9c596ff55e
  1. 2
      app/src/main/java/com/gmeremit/online/gmeremittance_native/recipientV3/model/recipientaddeditV3/countryservice/ServiceTypeModel.java

2
app/src/main/java/com/gmeremit/online/gmeremittance_native/recipientV3/model/recipientaddeditV3/countryservice/ServiceTypeModel.java

@ -56,5 +56,7 @@ public class ServiceTypeModel {
public String toString() {
return this.description;
// return this.description +"("+text+")";
}
}
Loading…
Cancel
Save