From d0f02df73853e64d8fcfabd9d11050a220ccd729 Mon Sep 17 00:00:00 2001 From: "adam.harbas@a-net.ba" Date: Thu, 7 Jan 2016 09:08:20 +0100 Subject: [PATCH] Price and shipping to euro --- front-ui/app/components/cart/checkoutPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-ui/app/components/cart/checkoutPage.js b/front-ui/app/components/cart/checkoutPage.js index d83ea6c..f0defd9 100644 --- a/front-ui/app/components/cart/checkoutPage.js +++ b/front-ui/app/components/cart/checkoutPage.js @@ -20,7 +20,7 @@ var CheckoutPage = React.createClass({ var choosePayment = (
- +
);