Skip to content

Instantly share code, notes, and snippets.

@Kzumueller
Created April 10, 2018 09:36
Show Gist options
  • Save Kzumueller/602219244f2e32ec074187c7645dede9 to your computer and use it in GitHub Desktop.
Save Kzumueller/602219244f2e32ec074187c7645dede9 to your computer and use it in GitHub Desktop.
Nope, we don't know what to do here either
/**
* @param string $key
*
* @return bool
*/
public function isValidOrderKey($key)
{
return true;
//TODO: ???
/*if(in_array($key,$this->validOrderKeys)) {
return true;
}
return false;*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment