in the middle of the work

This commit is contained in:
Senad Uka
2015-12-16 08:39:54 +01:00
parent 924a675fa1
commit 1fa1c1c18e

View File

@@ -10,14 +10,7 @@ var PaymentSelect = React.createClass({
render: function() {
return (
<div className="payment_select">
<input name="payment_method" type="radio" value="credit_card" defaultChecked="checked" className="js-payment-method radio-input" id="pay-by-cod" />
<label for="pay-by-credit-card" className="radio-label">
Gotovinom (prilikom preuzimanja robe)
</label>
<input name="payment_method" type="radio" value="paypal" className="js-payment-method radio-input" id="pay-by-credit-card" />
<label for="pay-with-paypal" className="radio-label">
Kreditnom / debitnom karticom
</label>
<PaypalButton />
</div>);
}
});