From fbe7cc11ec1801b439eec2f258b3ee48986926d5 Mon Sep 17 00:00:00 2001 From: toineenzo Date: Sat, 18 Mar 2023 19:55:23 +0100 Subject: [PATCH] Add more countries to App Store Bridge (#3246) * Added more countries * Fixed Brazil typo * Update AppleAppStoreBridge.php Removed whitespace line 52 for lint fix --- bridges/AppleAppStoreBridge.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bridges/AppleAppStoreBridge.php b/bridges/AppleAppStoreBridge.php index 607581e8..a5fab59b 100644 --- a/bridges/AppleAppStoreBridge.php +++ b/bridges/AppleAppStoreBridge.php @@ -37,6 +37,18 @@ class AppleAppStoreBridge extends BridgeAbstract 'India' => 'IN', 'Canada' => 'CA', 'Germany' => 'DE', + 'Netherlands' => 'NL', + 'Belgium (NL)' => 'BENL', + 'Belgium (FR)' => 'BEFR', + 'France' => 'FR', + 'Italy' => 'IT', + 'United Kingdom' => 'UK', + 'Spain' => 'ES', + 'Portugal' => 'PT', + 'Australia' => 'AU', + 'New Zealand' => 'NZ', + 'Indonesia' => 'ID', + 'Brazil' => 'BR', ], 'defaultValue' => 'US', ],