Skip to content

Instantly share code, notes, and snippets.

@cored
Created November 27, 2018 16:58
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 cored/dea1b5f1f79d23b10296bd8723a4512a to your computer and use it in GitHub Desktop.
Save cored/dea1b5f1f79d23b10296bd8723a4512a to your computer and use it in GitHub Desktop.
def determine_whether_parcel_or_non_forward_stocked_nwgd
if transit_legs.present?
shipping_method_from_shipping_preference
else
"parcel"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment