Skip to content

Instantly share code, notes, and snippets.

@kevinwritescode
Created September 5, 2012 19:45
Show Gist options
  • Select an option

  • Save kevinwritescode/3643363 to your computer and use it in GitHub Desktop.

Select an option

Save kevinwritescode/3643363 to your computer and use it in GitHub Desktop.
// If a user tops-up with a PIN product and forget to supply their phone, set it for them
if (!$phone && !empty($response['pin'])) {
$phone = $lookup['topupphone'];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment