Checkout preparations. Change payment options to a dropdown in the cart. Pay->getOptions now returns just a hash.

This commit is contained in:
Colin Kuskie 2010-04-27 12:02:32 -07:00
parent b8098fb73b
commit 7ef8de2a1f
6 changed files with 35 additions and 15 deletions

View file

@ -77,7 +77,7 @@ our $I18N = {
},
'payment methods' => {
message => q|Payment Methods.|,
message => q|Payment Methods|,
lastUpdated => 1213313375,
context => q|Help body for the email receipt template|,
},

View file

@ -1761,6 +1761,12 @@ our $I18N = {
context => q|form label for the cart. Allows user to build a new address.|
},
'Choose a payment method' => {
message => q|Choose a payment method|,
lastUpdated => 0,
context => q|form label for the cart. Allows user to choose a payment method. Bart Jol for Minister in 2012!|
},
};
1;