From fdc3362719749bced6bf2931165a5b279c8ace40 Mon Sep 17 00:00:00 2001 From: "adam.harbas@a-net.ba" Date: Tue, 16 Feb 2016 14:37:18 +0100 Subject: [PATCH] Remove cart from state --- front-ui/app/components/cart/checkoutPage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/front-ui/app/components/cart/checkoutPage.js b/front-ui/app/components/cart/checkoutPage.js index 61595fc..a4a0e2d 100644 --- a/front-ui/app/components/cart/checkoutPage.js +++ b/front-ui/app/components/cart/checkoutPage.js @@ -34,15 +34,15 @@ var CheckoutPage = React.createClass({ var last_used_payment; if(this.state.deliveryDestination.get('payment_method') == 'paypal') { last_used_payment = ( - + ); } else if(this.state.deliveryDestination.get('payment_method') == 'pikpay') { last_used_payment = ( - + ); } else { last_used_payment = ( - + ); }