{ Object.entries( getStripeServerData().icons ).map(
( [ id, { url, alt } ] ) => (
)
) }
>
);
};
export const StripeCreditCard = ( props ) => {
const { locale } = getStripeServerData().button;
const { activePaymentMethod, stripe } = props;
return activePaymentMethod === PAYMENT_METHOD_NAME ? (