[-] FO : Fix bug #PSCFV-9662 udpate payments means after delete thanks @maofree

This commit is contained in:
gRoussac
2013-07-15 10:08:16 +02:00
parent e34289b0b7
commit 6ea4a2c553

View File

@@ -377,6 +377,8 @@ function deleteProductFromSummary(id)
updateHookShoppingCartExtra(jsonData.HOOK_SHOPPING_CART_EXTRA);
if (typeof(getCarrierListAndUpdate) !== 'undefined' && jsonData.summary.products.length > 0)
getCarrierListAndUpdate();
if (typeof(updatePaymentMethodsDisplay) !== 'undefined')
updatePaymentMethodsDisplay();
}
},
error: function(XMLHttpRequest, textStatus, errorThrown) {