@Override
 public URL requestURL(HostsProvider hostsProvider) throws MalformedURLException {
   return new URL(hostsProvider.getMoneyApi() + "/incoming-transfer-accept");
 }
Ejemplo n.º 2
0
 @Override
 public URL requestURL(HostsProvider hostsProvider) throws MalformedURLException {
   return new URL(hostsProvider.getMoneyApi() + "/instance-id");
 }