Skip to content

Commit

Permalink
Forgot the order id on the transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
spurton committed Feb 16, 2011
1 parent f094fc9 commit 164a2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gabba/gabba.rb
Expand Up @@ -100,6 +100,7 @@ def transaction_params(order_id, total, store_name, tax, shipping, city, region,
:utmhid => utmhid,
:utmac => @utmac,
:utmcc => @utmcc || cookie_params,
:utmtid => order_id,
:utmtst => store_name,
:utmtto => total,
:utmttx => tax,
Expand Down

0 comments on commit 164a2ad

Please sign in to comment.