googlePayWebRequest property

String googlePayWebRequest

Implementation

static String get googlePayWebRequest {
  if (isDebug) {
    return test_googlePayWebView;
  } else {
    return Live_googlePayWebView;
  }
}