payment final

This commit is contained in:
cimenmus
2018-06-22 22:54:37 +03:00
parent ab2698bddc
commit 712ab4f1b3
5 changed files with 11 additions and 9 deletions

View File

@@ -165,6 +165,6 @@ public interface ApiInterface {
@FormUrlEncoded
@POST
Call<ResponseObject<Boolean>> createPayment(@Url String url, @FieldMap HashMap<String, Object> body);
Call<ResponseObject> createPayment(@Url String url, @FieldMap HashMap<String, Object> body);
}