cleanup(thank-you): remove debug, render nothing when no payment data

This commit is contained in:
Gerhard Scheikl
2026-05-09 21:38:16 +02:00
parent 53ce591f55
commit 5ac2e09f8c
2 changed files with 7 additions and 21 deletions
-1
View File
@@ -78,7 +78,6 @@ export const loader = async ({ request }: LoaderFunctionArgs) => {
Response.json({
showPaymentInstructions: false,
reason: "not-manual-payment",
debug: { shop, orderGid, hasOrder: !!orderInfo, txCount: orderInfo?.txCount ?? 0, manualFlags: orderInfo?.manualFlags ?? [] },
}),
);
}