cleanup(thank-you): remove debug, render nothing when no payment data
This commit is contained in:
@@ -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 ?? [] },
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user