Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Commit

Permalink
Remove documentation placeholder for OrderPopulator
Browse files Browse the repository at this point in the history
Its implementation in Spree 2.1 is too confusing to be documented. People would be better off using order.contents.add(variant_id, quantity) and working off that.

Fixes #201
  • Loading branch information
radar committed Jan 24, 2014
1 parent c7c334c commit b112924
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions content/developer/core/orders.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ $$$
document return authorizations.
$$$

## OrderPopulator

$$$
Add documentation about the OrderPopulator class here
$$$

## Updating an Order

If you change any aspect of an `Order` object within code and you wish to update the order's totals -- including associated adjustments and shipments -- call the `update!` method on that object, which calls out to the `OrderUpdater` class.
Expand Down

0 comments on commit b112924

Please sign in to comment.