Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joegaudet/accc57c7e8987b5b69bcc593f5bf7ede to your computer and use it in GitHub Desktop.
Save joegaudet/accc57c7e8987b5b69bcc593f5bf7ede to your computer and use it in GitHub Desktop.
# @param [Integer] order_id order
# @return [Hash]
# @example
#
# teams: {
# members-with-goms: [45, 21, 41],
# members-with-orders: [21, 41],
# member-order-totals: {
# 45: 1400,
# 21: 1678
# }
# },
# team-counts: {
# 100: {
# members-ordered-count: 3,
# total-member-count: 5
# }
# }
# joined-users-counts: {
# users-with-goms: [1, 2, 3]
# users-with-orders: [1, 2]
# }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment