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

@@ -50,7 +50,7 @@ public class ApiService {
HttpLoggingInterceptor logging = new HttpLoggingInterceptor(); // set your desired log level
logging.setLevel(HttpLoggingInterceptor.Level.BODY);
//builder.addInterceptor(logging);
builder.addInterceptor(logging);
OkHttpClient client = builder.build();