bug fixes

This commit is contained in:
cimenmus
2018-08-22 23:41:29 +03:00
parent a1efc268eb
commit a69471f798
23 changed files with 120 additions and 54 deletions

View File

@@ -123,7 +123,7 @@ public class LoginActivity extends BaseActivity {
private void getCartItemCount(){
Call<ResponseObject<CartInfoModel>> call = ApiService.apiInterface.getCartProducts(
ApiEndPoints.API_GET_CART_PRODUCTS + SessionHelper.getCustomerToken().getToken());
"/" + SessionHelper.getSelectedStore().getStoreName() + ApiEndPoints.API_GET_CART_PRODUCTS + SessionHelper.getCustomerToken().getToken());
call.enqueue(new Callback<ResponseObject<CartInfoModel>>() {
@Override
public void onResponse(Call<ResponseObject<CartInfoModel>> call, Response<ResponseObject<CartInfoModel>> response) {