mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Fix spree_creditcards table renamed in Spree 1.2 upgrade, remove old pending test
This commit is contained in:
@@ -251,7 +251,7 @@ ActiveRecord::Schema.define(:version => 20121010004400) do
|
||||
t.integer "numcode"
|
||||
end
|
||||
|
||||
create_table "spree_credit_cards", :force => true do |t|
|
||||
create_table "spree_creditcards", :force => true do |t|
|
||||
t.string "month"
|
||||
t.string "year"
|
||||
t.string "cc_type"
|
||||
|
||||
@@ -43,9 +43,6 @@ module OpenFoodWeb
|
||||
@payment_method.name,
|
||||
@distributor.name, @distributor.pickup_address.address1, @distributor.pickup_address.city, @distributor.pickup_address.zipcode, @shipping_instructions ]
|
||||
end
|
||||
|
||||
it "should include breakdown an order into each line item"
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user