From f4884c498534b239babe2958ebf222e7a660e1bd Mon Sep 17 00:00:00 2001 From: "adam.harbas@a-net.ba" Date: Mon, 11 Jan 2016 10:07:51 +0100 Subject: [PATCH] Fixing errors --- front-ui/app/components/cart/checkoutPage.js | 2 +- front-ui/app/components/payment/paypalButton.js | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/front-ui/app/components/cart/checkoutPage.js b/front-ui/app/components/cart/checkoutPage.js index 6f7dddf..f4c7dcf 100644 --- a/front-ui/app/components/cart/checkoutPage.js +++ b/front-ui/app/components/cart/checkoutPage.js @@ -37,7 +37,7 @@ var CheckoutPage = React.createClass({ } else { last_used_payment = ( - + ); } diff --git a/front-ui/app/components/payment/paypalButton.js b/front-ui/app/components/payment/paypalButton.js index 41c401e..a26c298 100644 --- a/front-ui/app/components/payment/paypalButton.js +++ b/front-ui/app/components/payment/paypalButton.js @@ -23,13 +23,8 @@ var PaypalButton = React.createClass({ var cancel_return_url = root + "/dostava"; return ( -<<<<<<< HEAD -
-
-=======