payment final
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user