Files
manoon-headless/src/components/payment/CODInstructions.tsx
Unchained 10b18c6010 feat: add 30-day money back guarantee trust badge above complete order button
- Add green trust badge with checkmark icon above 'Complete Order' button
- Add translations for all locales (EN, SR, DE, FR)
- Badge includes: '30-Day Money-Back Guarantee' text
- Styled with green background and border to match trust/conversion theme
2026-03-29 14:27:05 +02:00

6 lines
222 B
TypeScript

// COD Instructions component - currently disabled as the instructions are self-explanatory
// Can be re-enabled if payment method instructions are needed in the future
export function CODInstructions() {
return null;
}