Skip to content

Conversation

@MiguelArgentina
Copy link

Correct line_item belongs_to :order association to permit saving without having an order created (will be created before checkout):

  • before: belongs_to :order
  • now: belongs_to :order, optional: true

Correct line_item belongs_to :order association to permit saving without having an order created (will be created before checkout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant