amex_creditCardURL property

String amex_creditCardURL

Implementation

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