Created
April 10, 2018 09:36
-
-
Save Kzumueller/602219244f2e32ec074187c7645dede9 to your computer and use it in GitHub Desktop.
Nope, we don't know what to do here either
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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