You are here

function ga_push_get_methods_option_list_ecommerce in GA Push 7

Same name and namespace in other branches
  1. 8 ga_push.module \ga_push_get_methods_option_list_ecommerce()

Get the options list for ecommerce.

File

./ga_push.module, line 628
Drupal Module: GA Push.

Code

function ga_push_get_methods_option_list_ecommerce() {
  return ga_push_get_methods_option_list(GA_PUSH_TYPE_ECOMMERCE);
}