Repository URL to install this package:
|
Version:
3.0.1 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const ProductOrderSummaryList = [{
label: 'subtotal(4items)',
value: '$1,623.80'
}, {
label: 'standard shipping',
value: 'free'
}, {
label: 'estimated sales tax',
value: '$57.24'
}, {
label: 'total',
value: '$1,679.80',
className: 'enable-bold total-count'
}, {
label: 'loyalty points earned',
value: '224',
className: 'enable-semi'
}];
exports.ProductOrderSummaryList = ProductOrderSummaryList; //# sourceMappingURL=fixture.js.map