We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae229f9 commit b25d28fCopy full SHA for b25d28f
app/code/Magento/Catalog/view/frontend/web/js/product/storage/data-storage.js
@@ -228,7 +228,7 @@ define([
228
this.updateRequestConfig.data = queryBuilder.buildQuery(prepareAjaxParams);
229
this.updateRequestConfig.data['store_id'] = store;
230
this.updateRequestConfig.data['currency_code'] = currency;
231
- $.ajax(this.updateRequestConfig).success(function (data) {
+ $.ajax(this.updateRequestConfig).done(function (data) {
232
this.request = {};
233
this.providerHandler(getParsedDataFromServer(data));
234
}.bind(this));
0 commit comments