Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure no error in CustomerInfo when country param is null
In newer version of PHP, if a param has a type hint of `string` but receives `null` instead, it will throw an error. This ensures that a null value is also acceptable in `get_valid_country_code`.
- Loading branch information