Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only save user-assigned order addresses if they are not new records. #7

Merged
merged 10 commits into from
Sep 30, 2015
Merged
Prev Previous commit
Next Next commit
Uncheck the "use billing" checkbox when filling in shipping address.
  • Loading branch information
mike-bourgeous committed Sep 28, 2015
commit c0cce578aab39801837f1acb444523ec968773af
1 change: 1 addition & 0 deletions spec/features/checkout_address_selection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
end

within '#shipping' do
uncheck 'order_use_billing'
fill_in_address(address2)
end

Expand Down