payment methods part 3

This commit is contained in:
cimenmus
2018-06-14 12:35:50 +03:00
parent 71c1911a21
commit 3fb62541ec
8 changed files with 171 additions and 22 deletions

View File

@@ -159,4 +159,8 @@ public interface ApiInterface {
@GET(ApiEndPoints.API_CHECK_DELIVERY_TIME)
Call<ResponseObject<Boolean>> checkDeliveryTime();
@FormUrlEncoded
@POST
Call<ResponseObject<Boolean>> createPayment(@Url String url, @FieldMap HashMap<String, Object> body);
}