+
+
+ Checkout
+
+
+
+ {/* Payment Method */}
+ {/* Only available with checkout set to true - Meaning that the provider does offer checkout functionality. */}
+
setSidebarView('PAYMENT_VIEW')}
+ className="rounded-md border border-accents-2 px-6 py-6 mb-4 text-center flex items-center justify-center cursor-pointer hover:border-accents-4"
+ >
+
+
+
+
+ Add Payment Method
+ {/* VISA #### #### #### 2345 */}
+
+
+
+ {/* Shipping Address */}
+ {/* Only available with checkout set to true - Meaning that the provider does offer checkout functionality. */}
+
setSidebarView('SHIPPING_VIEW')}
+ className="rounded-md border border-accents-2 px-6 py-6 mb-4 text-center flex items-center justify-center cursor-pointer hover:border-accents-4"
+ >
+
+
+
+
+ Add Shipping Address
+ {/*
+ 1046 Kearny Street.
+ San Franssisco, California
+ */}
+
+
+
+
+ {data!.lineItems.map((item: any) => (
+
+ ))}
+
+