Colin Kuskie
|
be37f12ab1
|
Clone stopped working in several tests in 5.14.2. Remove it in favor of Storable::dclone.
Clone handles being passed scalar data, but dclone does not.
|
2012-10-23 10:00:53 -07:00 |
|
Colin Kuskie
|
d5ba73fac7
|
Add the organization part of an address into the transaction and transactionitem. Fixes bug #12088.
|
2011-04-05 15:10:23 -07:00 |
|
Colin Kuskie
|
53721581a1
|
Fix cleanup of Inbox messages for users. Provide a method for cleaning up Admin's messages.
|
2010-06-09 17:24:21 -07:00 |
|
Colin Kuskie
|
b3858ef250
|
Fix bug #10914.
Move email notifications about of PayDriver and into Transaction. Send
a notification when the cart value is 0 due to shop credit.
|
2009-10-13 16:37:20 -07:00 |
|
Martin Kamerbeek
|
9d90b92629
|
Tax details are now stored with the transaction items they belong to.
|
2009-05-08 10:03:25 +00:00 |
|
Graham Knop
|
24da723629
|
updating copyright year
|
2009-02-20 23:47:30 +00:00 |
|
Colin Kuskie
|
4ee2e59f1d
|
Add a test to make sure that update does not erase values that it is not given.
|
2009-02-19 18:09:32 +00:00 |
|
Colin Kuskie
|
4ef07e2647
|
check MIME type for JSON accessor methods in Tax and Transaction
|
2008-10-26 04:17:33 +00:00 |
|
Colin Kuskie
|
4a1e8dab24
|
Update this test to keep up to date with Transaction.pm
|
2008-07-23 04:20:25 +00:00 |
|
Colin Kuskie
|
8be5eeb5f6
|
Prevent the Subscription from showing the redeem code label and URL unless there are codes
|
2008-06-20 04:41:03 +00:00 |
|
JT Smith
|
8dd5a6bd2c
|
a number of bug fixes
|
2008-04-04 22:42:54 +00:00 |
|
Colin Kuskie
|
76811ec791
|
Note where additional tests need to be written for Shop/{Tax,Transaction}.
|
2008-03-19 19:04:49 +00:00 |
|
Colin Kuskie
|
875187ee74
|
Fix the Shop/Transaction tests for JSON.
Convert Shop/Transaction and Shop/Tax to use buildDataTableStructure.
Change SQL.pm to return a hash instead of a hashref for buildDataTableStructure.
|
2008-03-19 04:45:02 +00:00 |
|
Colin Kuskie
|
4db53bb8ed
|
Reformat the JSON test for Shop/Tax.t
Add JSON tets to Shop/Transaction.t
Reindent several methods in SQL/ResultSet.pm
add a method for returning a YUI Data Table structure to SQL.pm
|
2008-03-19 04:33:24 +00:00 |
|
JT Smith
|
02199ff58c
|
transaction backend and tests complete
|
2008-03-14 22:39:38 +00:00 |
|