checkDelvierytime service for with date

This commit is contained in:
cimenmus
2018-06-21 22:55:20 +03:00
parent 0c8fdd05fe
commit e0f8337b86
3 changed files with 70 additions and 5 deletions

View File

@@ -159,6 +159,10 @@ public interface ApiInterface {
@GET(ApiEndPoints.API_CHECK_DELIVERY_TIME)
Call<ResponseObject<Boolean>> checkDeliveryTime();
@FormUrlEncoded
@POST(ApiEndPoints.API_CHECK_DELIVERY_TIME)
Call<ResponseObject<Boolean>> checkDeliveryTimeWithDateAndTime(@Field("delivery_date") String deliveryDateAndTime);
@FormUrlEncoded
@POST
Call<ResponseObject<Boolean>> createPayment(@Url String url, @FieldMap HashMap<String, Object> body);