diff --git a/front-ui/app/components/cart/checkoutPage.js b/front-ui/app/components/cart/checkoutPage.js
index f4c7dcf..fe35df8 100644
--- a/front-ui/app/components/cart/checkoutPage.js
+++ b/front-ui/app/components/cart/checkoutPage.js
@@ -9,8 +9,8 @@ var React = require('react'),
LinkBanner = require('../linkBanner/linkBanner'),
PaymentSelect = require('../payment/paymentSelect'),
RibicaFormError = require('../shared/ribicaFormError'),
- PaypalButton = require('../payment/paypalButton');
-
+ PaypalButton = require('../payment/paypalButton'),
+ CashOnDeliveryButton = require('../payment/cashOnDeliveryButton');
var Router = require('react-router');
@@ -29,7 +29,7 @@ var CheckoutPage = React.createClass({
);
var last_used_payment;
- if(this.state.deliveryDestination.get('payment_method') == 'paypal' || true) {
+ if(this.state.deliveryDestination.get('payment_method') == 'paypal') {
last_used_payment = (
{last_used_payment} ili +