Quantcast
Viewing latest article 5
Browse Latest Browse All 6

order checkout add line_items p146 posted by Stephen Smithstone @ Sun, 14 Jun 2009 19:55:06 +0000

in the code for add_line_items_from_cart(cart)

it uses

line_items << li

where line_items is defined as a

has_many :line_items

which is a an instance variable

so in the code should it not be

@line_items << li

as i thought

line_items would be declared as a local variable


Viewing latest article 5
Browse Latest Browse All 6

Trending Articles