Fix some comment typos in t/Shop/AddressBook
Add tests for WebGUI::Shop::Address Fix bugs in the upgrade script (missing city entry) and the Address new method.
This commit is contained in:
parent
3da2edb1eb
commit
4b17be6e54
4 changed files with 121 additions and 2 deletions
|
|
@ -58,6 +58,7 @@ sub addAddressBook {
|
|||
address1 varchar(35),
|
||||
address2 varchar(35),
|
||||
address3 varchar(35),
|
||||
city varchar(35),
|
||||
state varchar(35),
|
||||
country varchar(35),
|
||||
code varchar(35),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue