Skip to content

Commit

Permalink
Merge pull request #1636 from dpfaffenbauer/issues/1634
Browse files Browse the repository at this point in the history
[Fixtures] fix region_short for address format
  • Loading branch information
dpfaffenbauer authored May 14, 2021
2 parents 22efdde + f86db89 commit b693e7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public function load(ObjectManager $manager)
'%Text(phone);',
],
'region' => '',
'region_short' => ''
];
$defaultAddressFormat = "{{recipient}}\n{{street}}\n{{postalcode}} {{city}}\n{{country}}";
$defaultSalutations = ['mrs', 'mr'];
Expand Down

0 comments on commit b693e7e

Please sign in to comment.