mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 07:58:03 +01:00
Enable Payments Beta for more country codes
This commit is contained in:
committed by
Jon Chambers
parent
1e1394560d
commit
da5c0ae4b6
@@ -12,9 +12,9 @@ import java.util.Set;
|
||||
public class DynamicPaymentsConfiguration {
|
||||
|
||||
@JsonProperty
|
||||
private Set<String> allowedCountryCodes = Collections.emptySet();
|
||||
private Set<String> disallowedCountryCodes = Collections.emptySet();
|
||||
|
||||
public Set<String> getAllowedCountryCodes() {
|
||||
return allowedCountryCodes;
|
||||
public Set<String> getDisallowedCountryCodes() {
|
||||
return disallowedCountryCodes;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user