5657585960616263646566
@Test public void sendSMSTest() { APITatar apiTatar = APITatarProvider.get(); try { apiTatar.auth(LOGIN, PASSWORD); apiTatar.sendSMS("50d308f5dc490ef10e00000d", "test"); } catch (APITatarException ex) { Assert.fail(ex.getMessage()); } }
5051525354555657585960
//get payment histories PaymentHistories paymentHistories = apiTatar.getPaymentHistories(user.getId(), new Paginate()); //send sms apiTatar.sendSMS(user.getId(), "message text"); //System.out.println(fines); } catch (APITatarException iex) {