Checkout preparations. Change payment options to a dropdown in the cart. Pay->getOptions now returns just a hash.
This commit is contained in:
parent
b8098fb73b
commit
7ef8de2a1f
6 changed files with 35 additions and 15 deletions
Binary file not shown.
|
|
@ -146,6 +146,7 @@ sub alterCartTable {
|
|||
print "\tAdd billing address column to the Cart table... " unless $quiet;
|
||||
# and here's our code
|
||||
$session->db->write("ALTER TABLE cart ADD COLUMN billingAddressId CHAR(22)");
|
||||
$session->db->write("ALTER TABLE cart ADD COLUMN gatewayId CHAR(22)");
|
||||
print "DONE!\n" unless $quiet;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue