disable pikpay for now
This commit is contained in:
@@ -24,7 +24,7 @@ var PaypalButton = React.createClass({
|
||||
notifyUrl += "/payment/confirmation";
|
||||
|
||||
return (
|
||||
<button onClick={this._onPaypalClick} disabled={this.props.disabled} type="button" className="btn mybutton payment-btn">Pay with paypal
|
||||
<button onClick={this._onPaypalClick} disabled={this.props.disabled} type="button" className="btn mybutton payment-btn">Paypal
|
||||
<form id="paypal_form" className="hidden" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
||||
<input type="hidden" name="cmd" value="_xclick" />
|
||||
<input type="hidden" name="business" value={Globals.PaypalId} />
|
||||
|
||||
@@ -27,7 +27,7 @@ var PikpayButton = React.createClass({
|
||||
'user_id': deliveryDestination.get('user_id')
|
||||
});
|
||||
|
||||
return (
|
||||
return (<span></span> /*
|
||||
<button type="button" onClick={this._onPikpayClick} disabled={this.props.disabled} className="btn mybutton payment-btn">Plati karticom
|
||||
<form id="pikpay_form" action={Globals.PikpayFormUrl} method="post" target="_top">
|
||||
<input type="hidden" name="ch_full_name" value={deliveryDestination.get('name')} />
|
||||
@@ -50,7 +50,7 @@ var PikpayButton = React.createClass({
|
||||
<input type="hidden" name="rebate_digest" value={rebate_digest} />
|
||||
<input type="hidden" name="custom_params" value={custom} />
|
||||
</form>
|
||||
</button>
|
||||
</button> */
|
||||
);
|
||||
},
|
||||
_onPikpayClick: function(e) {
|
||||
|
||||
Reference in New Issue
Block a user