in the middle of the work
This commit is contained in:
@@ -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>);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user