|
@@ -208,6 +208,12 @@ func convert2DtoNode(node *model.Node, seq int) *dto.Node {
|
|
|
"US": "http://v.starttransfernow.com/static/US.jpg",
|
|
|
"UK": "http://v.starttransfernow.com/static/UK.jpg",
|
|
|
"GB": "http://v.starttransfernow.com/static/UK.jpg",
|
|
|
+ "AU": "http://v.starttransfernow.com/static/AU.png",
|
|
|
+ "CA": "http://v.starttransfernow.com/static/CA.png",
|
|
|
+ "KR": "http://v.starttransfernow.com/static/KR.png",
|
|
|
+ "SA": "http://v.starttransfernow.com/static/SA.png",
|
|
|
+ "SG": "http://v.starttransfernow.com/static/SG.png",
|
|
|
+ "VN": "http://v.starttransfernow.com/static/VN.png",
|
|
|
}
|
|
|
countryLabels := map[string]string{
|
|
|
"BR": "Brazil",
|
|
@@ -217,6 +223,12 @@ func convert2DtoNode(node *model.Node, seq int) *dto.Node {
|
|
|
"US": "United States",
|
|
|
"UK": "United Kingdom",
|
|
|
"GB": "United Kingdom",
|
|
|
+ "AU": "Australia",
|
|
|
+ "CA": "Canada",
|
|
|
+ "KR": " South Korea",
|
|
|
+ "SA": "Saudi Arabia",
|
|
|
+ "SG": "Singapore",
|
|
|
+ "VN": "Vietnam",
|
|
|
}
|
|
|
|
|
|
return &dto.Node{
|