addons-cm/website_sale_aplicoop/static/src/js/checkout_summary.js
2026-02-11 15:32:11 +01:00

11 lines
322 B
JavaScript

/** AGPL-3.0
* NOTE: Checkout summary rendering is now handled by checkout_labels.js
* This file is kept for backwards compatibility but is no longer needed.
* The main renderSummary() logic is in checkout_labels.js
*/
(function() {
'use strict';
// Checkout rendering is handled by checkout_labels.js
})();