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