fixing possible price summary update bug

This commit is contained in:
Paul Driver 2010-05-03 17:24:29 -07:00
parent e26723f526
commit a6a7c6c198

View file

@ -119,6 +119,7 @@
this.getSelectAddress(d.billing, function (address) {
fillIn(e.shipping, address);
self.computePerItemShippingOptions();
self.updateSummary();
});
},