Skip to content

Commit

Permalink
added south asia and pacific region/currency to apple subsidiary mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Dec 6, 2024
1 parent 9427836 commit b03fc9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public String[] getAddress() {
}

@Override
public boolean isReverseChargeEligible(){
public boolean isReverseChargeEligible() {
return reverseCharge;
}

Expand Down Expand Up @@ -89,6 +89,7 @@ public static AppleSubsidiary mapFromRegionNCurrency(RegionNCurrency rpc) {
case TÜRKIYE_TRY:
case TAIWAN_TWD:
case TANZANIA_TZS:
case SOUTH_ASIA_AND_PACIFIC_USD:
case VIETNAM_VND:
case REST_OF_WORLD_USD:
case SOUTH_AFRICA_ZAR:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public enum RegionNCurrency {
SAUDI_ARABIA_SAR,
SINGAPORE_SGD,
SOUTH_AFRICA_ZAR,
SOUTH_ASIA_AND_PACIFIC_USD,
SWEDEN_SEK,
SWITZERLAND_CHF,
TAIWAN_TWD,
Expand Down

0 comments on commit b03fc9c

Please sign in to comment.