Skip to content

Commit

Permalink
Playing around again.
Browse files Browse the repository at this point in the history
  • Loading branch information
onedanshow committed Aug 19, 2014
1 parent 82cc23d commit b595311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/spree/gateway/authorize_net_cim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def options_for_create_customer_profile(payment)
validation_mode = preferred_validate_on_profile_create ? preferred_server.to_sym : :none

{ :profile => { :merchant_customer_id => "#{Time.now.to_f}",
:ship_to_list => generate_address_hash(creditcard.checkout.ship_address),
:ship_to_list => generate_address_hash(payment.order.ship_address),
:email => payment.order.email,
:payment_profiles => info },
:validation_mode => validation_mode }
Expand Down

0 comments on commit b595311

Please sign in to comment.