fix(checkout): use full email template with PDF attachment for checkout confirmations
Some checks failed
Staging Build / build (push) Failing after 24s
Some checks failed
Staging Build / build (push) Failing after 24s
This commit is contained in:
@@ -16,7 +16,7 @@ import { getOrderEmailTemplate, getStatusEmailTemplate } from '@/lib/actions/ema
|
||||
|
||||
// ─── Hilfsfunktionen ─────────────────────────────────────────────────────────
|
||||
|
||||
function buildEmailItemsSection(items: any[]) {
|
||||
export function buildEmailItemsSection(items: any[]) {
|
||||
const groupedItems: { [key: string]: any[] } = {}
|
||||
items.forEach((item: any) => {
|
||||
const devName = item.device_name || 'Kasse 1'
|
||||
|
||||
Reference in New Issue
Block a user