+
+ {error ? (
+
{error}
+ ) : null}
+ {!isConfirmingCheckout ? (
+
+ ) : (
+
+ )}
+
+ );
+}
diff --git a/packages/react/src/components/checkout/payment/icons/MercadoPago.tsx b/packages/react/src/components/checkout/payment/icons/MercadoPago.tsx
new file mode 100644
index 00000000..a33064b1
--- /dev/null
+++ b/packages/react/src/components/checkout/payment/icons/MercadoPago.tsx
@@ -0,0 +1,39 @@
+export const MercadoPagoIcon = props => {
+ return (
+