Colin Kuskie
|
1ea5bf0800
|
Update the test, fix i18n instructions and plugin name.
|
2010-10-14 08:11:11 -07:00 |
|
Colin Kuskie
|
4b252a2d67
|
Conversion of FlatRate driver to Moose.
|
2010-10-13 10:58:46 -07:00 |
|
Colin Kuskie
|
ad13a9134e
|
Update the test for the new ShipDriver code. Fix edit form generating code.
|
2010-10-13 10:48:43 -07:00 |
|
Colin Kuskie
|
6e5dc09165
|
Initial conversion to Moose, in the same pattern as PayDriver.
|
2010-10-13 10:18:55 -07:00 |
|
Colin Kuskie
|
f6df2cc053
|
Fix pluginName again in ITransact.
|
2010-10-08 14:21:42 -07:00 |
|
Colin Kuskie
|
e130fb2c69
|
Fix pluginName for ITransact.
|
2010-10-08 14:20:49 -07:00 |
|
Colin Kuskie
|
ac9e75a0a3
|
Remove C::IO line from PayDriver base class;
|
2010-10-08 11:49:20 -07:00 |
|
Colin Kuskie
|
9da8abc6e1
|
Fix typos and syntax problems in converted ExpressCheckout driver.
|
2010-10-08 11:48:32 -07:00 |
|
Colin Kuskie
|
cd548fd671
|
PayPal drivers converted to Moose.
|
2010-10-08 11:38:52 -07:00 |
|
Colin Kuskie
|
2fd37a7ed2
|
Convert PayPal base class over to Moose.
|
2010-10-08 10:37:59 -07:00 |
|
Colin Kuskie
|
4f0b7a7e3b
|
Finish conversion of Ogone to Moose.
|
2010-10-07 14:36:46 -07:00 |
|
Colin Kuskie
|
a40189ccc0
|
Better i18n handling of getName.
|
2010-10-07 14:36:38 -07:00 |
|
Colin Kuskie
|
d26c55d890
|
Initial conversion to Moose for Ogone.
|
2010-10-07 11:37:53 -07:00 |
|
Colin Kuskie
|
4715e1c8ef
|
Begin work of converting ITransact over to Moose.
|
2010-10-01 08:24:07 -07:00 |
|
Colin Kuskie
|
a2103e8036
|
Update Cash for Moose.
|
2010-09-30 16:27:28 -07:00 |
|
Colin Kuskie
|
2269c4cd51
|
Remove use of ->get('property')
|
2010-09-30 16:27:20 -07:00 |
|
Colin Kuskie
|
a77894bedf
|
Fix POD to remove mention of definition.
|
2010-09-30 16:18:25 -07:00 |
|
Colin Kuskie
|
0ca7cf8a81
|
Convert pPFFP to use Definition.
|
2010-09-30 15:50:08 -07:00 |
|
Colin Kuskie
|
be35b8afe4
|
Test default label handling.
|
2010-09-30 10:45:54 -07:00 |
|
Colin Kuskie
|
ee1e896ef8
|
PayDriver now does dynamic form building through Definition.
|
2010-09-30 10:36:02 -07:00 |
|
Colin Kuskie
|
280c8b3047
|
Test updates, code fixes. Failing 6 tests
|
2010-09-24 16:52:46 -07:00 |
|
Colin Kuskie
|
7aabbb07d7
|
write out the className, too
|
2010-09-24 16:12:29 -07:00 |
|
Colin Kuskie
|
bab17655c2
|
Add default i18n label, API converted over to Moose. Need to run tests, convert definition based code in the UI.
|
2010-09-24 16:10:30 -07:00 |
|
Colin Kuskie
|
6b3fbd9aff
|
Convert PayDriver definition to Moose.
|
2010-09-24 11:22:10 -07:00 |
|
Colin Kuskie
|
9612f36540
|
Use Moose modules.
|
2010-09-24 10:02:15 -07:00 |
|
Colin Kuskie
|
1f42a0a24e
|
Remove types for setScript calls, add setCss, which is shorthand for setLink with the CSS specific params preset.
|
2010-09-24 08:03:09 -07:00 |
|
Colin Kuskie
|
cebec958d9
|
Take advantage of CartItem's getShippingAddress method to guarantee that we always get the right address object.
|
2010-09-22 14:47:48 -07:00 |
|
Colin Kuskie
|
0180b11064
|
Merge commit 'b8845e25fa' into WebGUI8. Up to 7.10.0
|
2010-09-22 07:58:06 -07:00 |
|
Graham Knop
|
ed04b99872
|
remove WebGUI::Utility
|
2010-09-07 13:18:49 -05:00 |
|
Graham Knop
|
6aa26c2e44
|
remove WebGUI::Utility::isIn
|
2010-09-07 12:33:15 -05:00 |
|
Colin Kuskie
|
f65ae74e54
|
Format the subtotal variable in the Payment driver to 2 decimal places. Fixes bug #11813
|
2010-09-02 12:51:54 -07:00 |
|
Colin Kuskie
|
5765739a95
|
Labels in the Cart for addresses are optional. They take the first line of the address if left blank. Tested w and w/o JS.
|
2010-09-01 12:22:55 -07:00 |
|
Colin Kuskie
|
d83f6808bb
|
Fix a POD typo, which may quickly become irrelevant.
|
2010-08-26 17:03:53 -07:00 |
|
Colin Kuskie
|
56e28acd50
|
Remove Class::InsideOut from TaxDriver and child classes. The EU driver could be improved to use FormBuilder to make the configuration file.
|
2010-08-26 13:26:51 -07:00 |
|
Colin Kuskie
|
e824b35dc5
|
Document what changes need to be made to the PayDriver for cart changes in 7.9.4. Change how the upgrade sub dies if a custom plugin is found. Fixes bug #11799.
|
2010-08-25 11:44:01 -07:00 |
|
Graham Knop
|
96ba0da75a
|
give a man a hammer...
|
2010-08-20 13:10:48 -05:00 |
|
Colin Kuskie
|
20a0b29df5
|
Document what changes need to be made to the PayDriver for cart changes in 7.9.4. Change how the upgrade sub dies if a custom plugin is found. Fixes bug #11799.
|
2010-08-20 08:46:52 -07:00 |
|
Colin Kuskie
|
7b218942b3
|
Merge commit '63865eb39f' into WebGUI8. up to 7.9.11
|
2010-08-13 11:52:08 -07:00 |
|
Colin Kuskie
|
ad9d5604e0
|
Remove duplicate default in CartItem options.
|
2010-08-06 12:21:03 -07:00 |
|
Colin Kuskie
|
be42b7118c
|
Migrate CartItem from Class::InsideOut to Moose.
|
2010-08-05 16:24:10 -07:00 |
|
Colin Kuskie
|
6e091aa6b4
|
Use handling_cart instead of shipping for the HTML variable for sending shipping costs to PayPal. Fixes bug #11753.
|
2010-08-02 17:59:15 -07:00 |
|
Colin Kuskie
|
f4b733c292
|
Update the USPS International driver for the newest USPS IMM. Fixes bug #11757.
|
2010-08-02 09:04:39 -07:00 |
|
Doug Bell
|
c931cab85c
|
fix #11755: New cart does not update shipping
|
2010-07-29 17:33:02 -05:00 |
|
Colin Kuskie
|
33592f9dbb
|
Fix taking address information, and the right fields in the transaction item.
|
2010-07-27 23:02:28 -07:00 |
|
Colin Kuskie
|
1689353977
|
Fix a TransactionItem bug inherited from master.
|
2010-07-27 23:01:40 -07:00 |
|
Colin Kuskie
|
a7cc3696c6
|
Update Tax.pm for Moose.
|
2010-07-16 09:01:58 -07:00 |
|
Colin Kuskie
|
d28397fd65
|
Move TransactionItem to Moose.
|
2010-07-15 14:28:22 -07:00 |
|
Colin Kuskie
|
3bc6548a9f
|
Fix a typo in the error message.
|
2010-07-15 14:07:50 -07:00 |
|
Colin Kuskie
|
229e8e1b6f
|
Document that there are no automatic writes anymore.
|
2010-07-15 13:56:34 -07:00 |
|
Doug Bell
|
3ae21d6349
|
Merge remote branch 'upstream/WebGUI8' into 8-merge
|
2010-07-14 18:26:42 -05:00 |
|