Skip to content

Instantly share code, notes, and snippets.

@nickstewart95
Created July 15, 2022 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickstewart95/0a9433378b485a2ae0cf474892abe722 to your computer and use it in GitHub Desktop.
Save nickstewart95/0a9433378b485a2ae0cf474892abe722 to your computer and use it in GitHub Desktop.
if ($distance > 25) {
unset($rates['flat_rate:4']);
}
if ($distance > 100) {
unset($rates['local_pickup:5']);
}
return $rates;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment