fix typo
This commit is contained in:
parent
0e48690e98
commit
a673ce8b82
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ my $session = start(); # this line required
|
||||||
|
|
||||||
# upgrade functions go here
|
# upgrade functions go here
|
||||||
addCalendarEventWorkflow( $session );
|
addCalendarEventWorkflow( $session );
|
||||||
adddingInStoreCredit($session);
|
addingInStoreCredit($session);
|
||||||
insertCommerceTaxTable($session);
|
insertCommerceTaxTable($session);
|
||||||
migrateOldTaxTable($session);
|
migrateOldTaxTable($session);
|
||||||
insertCommerceShipDriverTable($session);
|
insertCommerceShipDriverTable($session);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue