From 229e8e1b6fe1465aa0133f20846df1f15f91bd6c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 15 Jul 2010 13:56:34 -0700 Subject: [PATCH] Document that there are no automatic writes anymore. --- lib/WebGUI/Shop/Transaction.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Shop/Transaction.pm b/lib/WebGUI/Shop/Transaction.pm index c79098ace..2e3b8eff2 100644 --- a/lib/WebGUI/Shop/Transaction.pm +++ b/lib/WebGUI/Shop/Transaction.pm @@ -344,7 +344,8 @@ Constructor. Instanciates a transaction from the database based upon a transact =head2 new ( properties ) -Constructor. Builds a new transaction object. +Constructor. Builds a new transaction object. The properties of the newly created object are not persisted to +the database. The write method must be called on the object to do that. =head2 new ( session, properties )