Changeset 1262

Show
Ignore:
Timestamp:
11/18/06 15:54:12 (2 years ago)
Author:
james
Message:

added address info to checkout

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • peasantonline/app/controllers/catalog_controller.rb

    r1259 r1262  
    152152                               :last_name   => @order.last_name, 
    153153                               :card_number => @order.cc_num, 
    154                                :card_code => @order.cc_cvv 
     154                               :card_code => @order.cc_cvv, 
     155                               :address => @order.address, 
     156                               :city => @order.city, 
     157                               :state => @order.state, 
     158                               :zip => @order.zip 
    155159                              ) 
    156160