Colin Kuskie
|
09767a4189
|
Remove commented out module use line.
|
2010-07-09 14:08:10 -07:00 |
|
Colin Kuskie
|
5febc0ebbc
|
Merge commit '41575d24bb' into webgui8. Some tests still failing.
Conflicts:
docs/gotcha.txt
lib/WebGUI.pm
lib/WebGUI/Asset.pm
lib/WebGUI/Asset/File/GalleryFile/Photo.pm
lib/WebGUI/Asset/Post.pm
lib/WebGUI/Asset/Template.pm
lib/WebGUI/Asset/WikiPage.pm
lib/WebGUI/Asset/Wobject/WikiMaster.pm
lib/WebGUI/Cache.pm
lib/WebGUI/Content/Setup.pm
lib/WebGUI/Role/Asset/Subscribable.pm
lib/WebGUI/Shop/Cart.pm
lib/WebGUI/Shop/Pay.pm
lib/WebGUI/Shop/PayDriver/ITransact.pm
sbin/testEnvironment.pl
t/Asset/WikiPage.t
t/Shop/PayDriver.t
t/Shop/PayDriver/ITransact.t
t/Shop/PayDriver/Ogone.t
t/Shop/TaxDriver/EU.t
t/Shop/TaxDriver/Generic.t
t/Workflow/Activity/RemoveOldCarts.t
t/lib/WebGUI/Test.pm
|
2010-06-25 23:25:26 -07:00 |
|
Colin Kuskie
|
eb96c07d19
|
No need for a ref HASH check.
|
2010-06-24 14:45:04 -07:00 |
|
Colin Kuskie
|
9678c3d8a7
|
Convert Shop::Pay to use Moose instead of Class::InsideOut. Update tests, and core usages to Moose syntax. Provide a shim so the old, base ->new($session) syntax.
|
2010-06-24 13:31:32 -07:00 |
|
Colin Kuskie
|
0bef2b2839
|
Change the core to use newById instead of new.
|
2010-05-09 14:30:47 -07:00 |
|
Colin Kuskie
|
6fe302774c
|
remove www_selectPaymentGateway, and www_checkout which are now dead code
|
2010-04-29 14:57:27 -07:00 |
|
Colin Kuskie
|
7ef8de2a1f
|
Checkout preparations. Change payment options to a dropdown in the cart. Pay->getOptions now returns just a hash.
|
2010-04-27 12:03:43 -07:00 |
|
Graham Knop
|
2400f19099
|
Merge branch 'master' into WebGUI8
|
2010-04-13 07:50:02 -05:00 |
|
Graham Knop
|
913fa9ad03
|
clean up Tie::IxHash imports
|
2010-03-10 12:59:51 -06:00 |
|
Colin Kuskie
|
e20223c94b
|
Remove debug code.
|
2009-11-04 11:51:19 -08:00 |
|
Colin Kuskie
|
d8526028ab
|
Fix small number handling in the Shop. Fixes bug #11195
Format the number to be checked against 0.00 in Shop/Pay.pm, since sometimes perl
will leave small remainders when subtracting numbers.
|
2009-11-03 09:24:48 -08:00 |
|
|
|
93b0e22680
|
fix: Fixed a bug where www_selectPaymentGateway was not templated (#11161)
|
2009-10-23 12:18:36 +00: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 |
|
Colin Kuskie
|
278e4c6461
|
Log any errors found when calling Shop::Pay->getDrivers, instead of
silently passing them along.
|
2009-08-20 20:32:00 +00:00 |
|
JT Smith
|
69a07bb672
|
added legal section
|
2009-07-22 22:00:45 +00:00 |
|
Colin Kuskie
|
04217e67e0
|
Fix POD typos and add POD to get to 100% POD coverage.
|
2009-04-01 04:10:14 +00:00 |
|
Colin Kuskie
|
64427568b1
|
Fix API problems with adding a new payment gateway.
|
2009-02-22 18:09:31 +00:00 |
|
Colin Kuskie
|
1b6dd7be63
|
Forward port the PayDriver bug fixes from 7.5 branch. Labels are always
taken consistently from the JSON blob, and not a mixture of the two.
|
2009-01-15 00:34:34 +00:00 |
|
Colin Kuskie
|
6336e569ff
|
Forward port PayDriver button and labeling fix.
Forward port testEnvironment fix for not having prerequisite perl modules.
|
2008-12-10 02:28:39 +00:00 |
|
Doug Bell
|
e5228fbc95
|
added todo
|
2008-11-07 03:34:09 +00:00 |
|
JT Smith
|
ef120fb06b
|
Added isVisitor, isAdmin, and isRegistered methods to User object instead
of hard coding checks everywhere with group ids. And updated the code base
to match.
|
2008-09-16 22:32:36 +00:00 |
|
Graham Knop
|
5e8b65035e
|
need to return the thank you screen generated for checkouts with a total of $0
|
2008-08-20 01:51:11 +00:00 |
|
Colin Kuskie
|
8779905ac3
|
Add a method for Payment Drivers to see if they can used by a particular user, canUse.
Add some tests for the method.
Have Pay->getOptions use the method.
|
2008-07-21 16:14:52 +00:00 |
|
Colin Kuskie
|
ccc4eb37c4
|
Fix bad driver lookup for label. Label is a method, not property that is looked up using ->get.
|
2008-06-13 16:46:15 +00:00 |
|
Martin Kamerbeek
|
6e9106152d
|
Cleaned up loose i18n ends,
|
2008-06-13 14:22:31 +00:00 |
|
Martin Kamerbeek
|
152dfc2838
|
ITransact and other fixes and migration of payment plugins.
|
2008-05-28 21:16:25 +00:00 |
|
JT Smith
|
93454e36f9
|
added thank you page
fixed bug in minicart
added user transaction detail page
|
2008-05-26 00:11:00 +00:00 |
|
JT Smith
|
57c85fde5a
|
changed the name of getCartBySession to newBySession
created the CartItemCount and MiniCart macros
added help for MinCart, Cart, Address Book, and Edit Address templates
|
2008-05-24 23:27:30 +00:00 |
|
Martin Kamerbeek
|
a6bd5d0b99
|
Adding the subscription asset
|
2008-05-21 08:29:40 +00:00 |
|
JT Smith
|
fd7a1d28a1
|
zero dollar transactions
in-shop credit applies to orders
|
2008-05-05 19:53:25 +00:00 |
|
JT Smith
|
6616504077
|
added vendor management
fixed a few privilege statements in some other code
|
2008-04-29 21:25:15 +00:00 |
|
Colin Kuskie
|
57934cf1bc
|
fix empty POD complaints from PodChecker
|
2008-04-18 16:36:20 +00:00 |
|
Colin Kuskie
|
a72b16e138
|
fix POD whitespace
|
2008-04-18 15:59:54 +00:00 |
|
JT Smith
|
23ea56bbe6
|
Added the viewcart macro.
Lookup registrant now works.
Fixed some bugs.
|
2008-04-11 22:00:17 +00:00 |
|
Martin Kamerbeek
|
8b8974c368
|
Added check for cart completeness and recurring payments.
|
2008-03-24 21:44:31 +00:00 |
|
Martin Kamerbeek
|
e8fe7e1491
|
Added a check to force users to log in when checking out.
|
2008-03-24 18:10:40 +00:00 |
|
Martin Kamerbeek
|
fb77b80603
|
adding cash paydriver, paydriver management
|
2008-03-24 16:39:42 +00:00 |
|
Martin Kamerbeek
|
b8d9d38da6
|
Require a label to be passed to WebGUI::Shop::Pay->addPaymentGateway
|
2008-03-11 16:54:20 +00:00 |
|
Martin Kamerbeek
|
60362cb747
|
- Added tests for Pay
- Fixed some tests/code for PayDriver
- Added i18n for PayDriver
- Added a really, really bare-bones Cash plugin.
|
2008-03-11 16:33:10 +00:00 |
|
JT Smith
|
e4d76f0b3b
|
very close to having ship driver management working
|
2008-03-08 00:11:09 +00:00 |
|
JT Smith
|
fc3ccba4f3
|
added payment manager
|
2008-03-07 20:16:09 +00:00 |
|