cubecart / v6

CubeCart Version 6
https://cubecart.com
73 stars 57 forks source link

Minor Optimization: Update Order Summary #3407

Closed bhsmither closed 12 months ago

bhsmither commented 1 year ago

In Order->_orderSummary(), line 1530, a call to DB->update() is made.

However, there is an existing Order->updateSummary() that does this job.