<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,12 +1,14 @@
 /&lt;script type=text/javascript  src=https://images-na.ssl-images-amazon.com/images/G/01/cba/js/jquery.js&gt;&lt;/script&gt;
 /&lt;script type=text/javascript  src=https://images-na.ssl-images-amazon.com/images/G/01/cba/js/widget/widget.js&gt;&lt;/script&gt;
-%form{:action =&gt; &quot;http://payments.amazon.com/checkout/&quot;, :method =&gt; &quot;post&quot;, :enctype =&gt; &quot;multipart/form-data&quot;}
+- merchant_id = &quot;A1TDXY6XJ7JAMX&quot;
+%form{:action =&gt; &quot;http://payments.amazon.com/checkout/#{merchant_id}&quot;, :method =&gt; &quot;post&quot;, :enctype =&gt; &quot;multipart/form-data&quot;}
   - i = 1
   - for purchasable in @cart.to_a
-    = hidden_field_tag &quot;item_merchant_id_#{i}&quot;, &quot;A1TDXY6XJ7JAMX&quot;
+    = hidden_field_tag &quot;item_merchant_id_#{i}&quot;, merchant_id
     = hidden_field_tag &quot;item_title_#{i}&quot;, purchasable.human_name
     = hidden_field_tag &quot;item_price_#{i}&quot;, fmt_money(purchasable.unit_price)
     = hidden_field_tag &quot;item_quantity_#{i}&quot;, purchasable.quantity
+    
     /= hidden_field_tag &quot;item_description_#{i}&quot;, purchasable.short_description
     - i += 1
   = hidden_field_tag &quot;currency_code&quot;, &quot;USD&quot;</diff>
      <filename>app/views/amazon/_checkout.haml</filename>
    </modified>
    <modified>
      <diff>@@ -24,7 +24,7 @@ A Google Checkout button using the HTML API. Buyers are navigated to Google wher
 %p
 #checkout_method_title
   Amazon Checkout
-%font{:color =&gt; &quot;red&quot; } BROKEN
+%font{:color =&gt; &quot;red&quot; } FIXED
 An Amazon Checkout button using the HTML API. Buyers are navigated to Amazon.
 = render :partial =&gt; &quot;/amazon/checkout&quot;
 = render :partial =&gt; &quot;code&quot;, :locals =&gt; {:file_name =&gt; &quot;app/views/amazon/_checkout.haml&quot;}</diff>
      <filename>app/views/rails_vendor/checkout.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>17a54105092011fd09ceb1957cf9f8c50de0c697</id>
    </parent>
  </parents>
  <author>
    <name>ckhsponge</name>
    <email>chris@spongecell.com</email>
  </author>
  <url>http://github.com/ckhsponge/railsvendor/commit/a0128607b40205377550072a8021fff5f83b1a1c</url>
  <id>a0128607b40205377550072a8021fff5f83b1a1c</id>
  <committed-date>2008-10-06T01:14:44-07:00</committed-date>
  <authored-date>2008-10-06T01:14:44-07:00</authored-date>
  <message>fixed amazon</message>
  <tree>5c3f27821aa7503fb38e1becc291f6a8520fd071</tree>
  <committer>
    <name>ckhsponge</name>
    <email>chris@spongecell.com</email>
  </committer>
</commit>
