applepay_URL property

String applepay_URL

Implementation

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