amex_creditCardURL property
String
get
amex_creditCardURL
Implementation
static String get amex_creditCardURL {
if (isDebug) {
return test_amex_creditCardURL;
} else {
return Live_amex_creditCardURL;
}
}