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