applepay_URL property
String
get
applepay_URL
Implementation
static String get applepay_URL {
if (isDebug) {
return test_applepay_URL;
} else {
return Live_applepay_URL;
}
}
static String get applepay_URL {
if (isDebug) {
return test_applepay_URL;
} else {
return Live_applepay_URL;
}
}