This commit is contained in:
cimenmus
2017-10-22 17:08:53 +03:00
parent 9147cdb447
commit 86fc94bb37

View File

@@ -99,17 +99,14 @@ public class OrderSummaryFragment extends OrderBaseFragment {
orderActivity.onNextClicked(FRAGMENT_NAME);
}
else{
//orderActivity.onNextClicked(FRAGMENT_NAME);
ApiErrorUtils.parseError(response);
}
}
@Override
public void onFailure(Call<ResponseObject<Integer>> call, Throwable t) {
DialogHelper.hideLoadingDialog();
DialogHelper.showFailedDialog();
//orderActivity.onNextClicked(FRAGMENT_NAME);
}
});
}