[AppleAppStoreBridge] Add Germany (#2350)

This commit is contained in:
benzel 2021-12-02 23:56:06 +01:00 committed by GitHub
parent 490f556783
commit f469489b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ class AppleAppStoreBridge extends BridgeAbstract {
'values' => array(
'US' => 'US',
'India' => 'IN',
'Canada' => 'CA'
'Canada' => 'CA',
'Germany' => 'DE',
),
'defaultValue' => 'US',
),