11 lines
322 B
JavaScript
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
|
|
})();
|
|
|
|
|