Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #31 from ganeshkumar/feature/add_utme_to_send_cust…
Browse files Browse the repository at this point in the history
…om_vars

added utme variable which is used for sending the custom vars for transa...
  • Loading branch information
deadprogram committed May 20, 2014
2 parents 05913a8 + 8811b28 commit d53d282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/gabba/transaction.rb
Expand Up @@ -49,7 +49,8 @@ def transaction_params(order_id, total, store_name, tax, shipping, city, region,
:utmtrg => region,
:utmtco => country,
:utmr => @utmr,
:utmip => @utmip
:utmip => @utmip,
:utme => self.custom_var_data
}
end
end
Expand Down

0 comments on commit d53d282

Please sign in to comment.