import {PaymentMethodProps} from "../typings/wc-types"; import styles from './StitchExpressLabel.module.scss'; import {StitchExpressSettings} from "./types"; export default function StitchExpressLabel(_props: PaymentMethodProps) { const settings = window.wc.wcSettings.getSetting('stitch-express_data'); return (
Pay with Apple | Google | Capitec | Card
Master card logo visa logo apple pay logo google pay logo capitec pay logo happy pay logo
) }