Skip to content

Commit

Permalink
[AppleAppStoreBridge] Add Germany (#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabenzel authored Dec 2, 2021
1 parent 490f556 commit f469489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bridges/AppleAppStoreBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ class AppleAppStoreBridge extends BridgeAbstract {
'values' => array(
'US' => 'US',
'India' => 'IN',
'Canada' => 'CA'
'Canada' => 'CA',
'Germany' => 'DE',
),
'defaultValue' => 'US',
),
Expand Down

0 comments on commit f469489

Please sign in to comment.