Skip to content

Commit

Permalink
Merge pull request #62 from logeecom/master
Browse files Browse the repository at this point in the history
Release version 3.2.2
  • Loading branch information
Eusebio Soriano Benegas authored Jul 1, 2021
2 parents 1850f08 + 8f81711 commit 76b6b6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased

## [3.2.2](https://github.com/packlink-dev/ecommerce_module_core/compare/v3.2.1...v3.2.2) - 2021-07-01
### Changed
- Fixed default platform country for a registration form

## [3.2.1](https://github.com/packlink-dev/ecommerce_module_core/compare/v3.2.0...v3.2.1) - 2021-05-13
### Changed
- Fixed registration form
Expand Down
2 changes: 1 addition & 1 deletion src/Brands/Packlink/PacklinkConfigurationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ class PacklinkConfigurationService implements BrandConfigurationService
* @var string[]
*/
protected static $supportedPlatformCountries = array(
'UN',
'ES',
'DE',
'FR',
'IT',
'UN',
);
/**
* List of supported registration countries.
Expand Down

0 comments on commit 76b6b6c

Please sign in to comment.